<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Winfried provided some help to me a few months back by pointing out that the Protobuf example code is located in the pdns repo.</div><div dir="ltr"><a href="https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py" target="_blank">https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py</a><br><br>I was able to customize that to format the logs into something we were happy with. Only thing I didn't get working was showing the response name, (<a href="http://rr.name" target="_blank">rr.name</a>) in the log  file. <br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 19, 2019 at 3:49 PM Casey Deccio <<a href="mailto:casey@deccio.net" target="_blank">casey@deccio.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hello!<br>
<br>
I'm new to dnsdist, and we're setting it up to use for some experimental measurements, so we can use its flexibility to send queries to different backends, based on different options.  Our previous setup was almost exclusively BIND, so all of our logging was using BIND's logging mechanism, sending our query log entries to syslog.  Obviously, with dnsdist now sitting in front of our servers, we can still log with our backend servers, but we don't get the original source IP address.  My wish would be to have a result very similar to what we had before with our logging, so we can change very little with our data analysis.  I've read up on dndist's logging capabilities, with protobuf or dnstap, but I have yet to find a good, solid example of how we might use it effectively in the same way we were before with our BIND logs to syslog.  The closest I got was to have something like this:<br>
<br>
- dnsdist outputs dnstap to a UNIX domain socket.<br>
- Some dnstap reader simply reads on the socket and then writes it to a file in whatever format I want (e.g., BIND query log format).  dnstap (the command-line tool) can do this in part, but, as I understand it, it's output is yaml, which would require further formatting for our purposes, not to mention, it's one more process that I have to have running, and if it stops, I lose data.  Finally, I would need to it to handle log file rotation (e.g., similar to how logrotate does it), so I don't end up with one huge file.<br>
<br>
I could also capture pcap on the interface and process it offline, but that seems silly.<br>
<br>
So, my questions for the group are: how are you doing your logging, and how would you recommend I do mine, based on what I've given you of my requirements?<br>
<br>
Thanks!<br>
Casey<br>
<br>
_______________________________________________<br>
dnsdist mailing list<br>
<a href="mailto:dnsdist@mailman.powerdns.com" target="_blank">dnsdist@mailman.powerdns.com</a><br>
<a href="https://mailman.powerdns.com/mailman/listinfo/dnsdist" rel="noreferrer" target="_blank">https://mailman.powerdns.com/mailman/listinfo/dnsdist</a><br>
</blockquote></div>