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
| Value | Behavior |
|---|
none | keep full IP |
mask | mask part of the IP |
hash | hash IP value |
omit | remove IP field |
Identity redaction modes
| Value | Behavior |
|---|
none | keep identity values |
mask | mask identity values |
hash | hash identity values |
omit | remove identity fields |
User agent
| Value | Behavior |
|---|
full | keep full user-agent |
omit | remove user-agent |
Support reports
dhal report uses redacted posture. Still review reports before sharing publicly.