Show Hostnames in Logs #1502
-
Beta Was this translation helpful? Give feedback.
Answered by
ShreyasZare
Oct 29, 2025
Replies: 1 comment 4 replies
-
|
Thanks for asking. The query logs do not include domain names since reverse DNS query can take a lot of time and thus affects the overall performance of the query logging. The hostnames you see on Dashboard are done in best effort basis with a timeout and since its a limited set of entries, it usually works without delays. But, yes, something can be done where it does a lookup only for DHCP leases to get hostnames which can be done in reasonable time and wont have performance issues. Will see how this can be implemented. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
labem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Thanks for asking. The query logs do not include domain names since reverse DNS query can take a lot of time and thus affects the overall performance of the query logging. The hostnames you see on Dashboard are done in best effort basis with a timeout and since its a limited set of entries, it usually works without delays.
But, yes, something can be done where it does a lookup only for DHCP leases to get hostnames which can be done in reasonable time and wont have performance issues. Will see how this can be implemented.