Replies: 1 comment 2 replies
-
AdGuardHome/internal/filtering/filtering.go Line 285 in bcd1430
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm parsing the logs in grafana/loki. I'm currently looking for an official documentation that explains different "Reason Code" found in the result of every query. Example:
{
"T":"2024-03-06T13:27:48.739753825Z",
"QH":"xxxxxxxxxx",
"QT":"A",
"QC":"IN",
"CP":"",
"Answer":"xxxxxxxxxx",
"IP":"192.168.x.x",
"Result":{
"CanonName":"xxxxxxx",
"IPList":[
"192.168.x.x"
],
"Reason":9
},
"Elapsed":43277
}
I've multiple Reason Codes in the logs. So far I'm having code 9 , 3 , and 7. any one knows what those mean? and in case there is an official doc about them?
Beta Was this translation helpful? Give feedback.
All reactions