Replies: 1 comment 1 reply
-
Hi, The current ClickHouse logger is basic and not efficient under high load. To improve flexibility and performance, the logger needs the following updates:
Could you please open an issue to track this enhancement? Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
Logging to STDOUT captures all the appropriate DNS flags:
Sending
dnstap
captured traffic to Clickhouse pushes only the following fields into the database (example for a query):POST /?Query=INSERT%20INTO%20dns.records(identity,queryip,qname,operation,family,protocol,qtype,rcode,timensec,timestamp)
Is there a way, to send the whole output (incl. FLAG fields) to Clickhouse for further analysis? If yes, how should the table scheme in Clickhouse must be look like?
Beta Was this translation helpful? Give feedback.
All reactions