Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dhal.rokad.co/llms.txt

Use this file to discover all available pages before exploring further.

Privacy and redaction

Dhal v0.11 enables privacy-first redaction by default.
{
  "observability": {
    "redaction": {
      "enabled": true,
      "ip": "mask",
      "identity": "hash",
      "userAgent": "full"
    }
  }
}

IP redaction modes

ValueBehavior
nonekeep full IP
maskmask part of the IP
hashhash IP value
omitremove IP field

Identity redaction modes

ValueBehavior
nonekeep identity values
maskmask identity values
hashhash identity values
omitremove identity fields

User agent

ValueBehavior
fullkeep full user-agent
omitremove user-agent

Support reports

dhal report uses redacted posture. Still review reports before sharing publicly.