<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sigh.  Apparently my problem was that I was putting the RemoteLogAction()s after all the other actions.  When I put them up front in my configuration, it worked like a champ!<div class=""><br class=""></div><div class="">Thanks again for the help!</div><div class=""><br class=""></div><div class="">Casey<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 19, 2019, at 4:35 PM, Jonathan Reed <<a href="mailto:jreed777@gmail.com" class="">jreed777@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">This ought to work</div><div class=""><br class=""></div><div class=""><font face="monospace, monospace" class="">remote_logger = newRemoteLogger('<a href="http://1.1.1.1:5140/" class="">1.1.1.1:5140</a>')</font></div><div class=""><font face="monospace, monospace" class="">logged_domains = {'<a href="http://example.com/" class="">example.com</a>'}</font></div><div class=""><font face="monospace, monospace" class="">addAction(logged_domains, RemoteLogAction(remote_logger))</font></div><div class=""><font face="monospace, monospace" class="">addResponseAction(logged_domains, RemoteLogResponseAction(remote_logger))</font></div><div class=""><font face="monospace, monospace" class="">addCacheHitResponseAction(logged_domains, RemoteLogResponseAction(remote_logger))</font></div></div></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 19, 2019 at 5:04 PM Casey Deccio <<a href="mailto:casey@deccio.net" class="">casey@deccio.net</a>> wrote:<br class=""></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"><div style="word-wrap:break-word;line-break:after-white-space" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 19, 2019, at 2:19 PM, Jonathan Reed <<a href="mailto:jreed777@gmail.com" target="_blank" class="">jreed777@gmail.com</a>> wrote:</div><br class="gmail-m_8227533800364439171Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">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" class=""><a href="https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py" target="_blank" class="">https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py</a><br class=""></div></div></div></div></div></blockquote><div class=""><br class=""></div>This is great!  Thanks for the pointer!</div><div class=""><br class=""></div><div class="">Now, what am I missing to get my queries to go there?  I have this in my dnsdist.conf:</div><div class=""><br class=""></div><div class="">rl = newRemoteLogger("<a href="http://127.0.0.1:4242/" target="_blank" class="">127.0.0.1:4242</a>")<br class="">addAction(AllRule(), RemoteLogAction(rl))</div><div class=""><br class=""></div><div class="">And, I've started ProtobufLogger.py (as is) with:</div><div class=""><br class=""></div><div class="">$ python ProtobufLogger.py 127.0.0.1 4242</div><div class=""><br class=""></div><div class="">(Obviously, these are running on the same machine.)</div><div class=""><br class=""></div><div class="">But I get no connections on the socket.</div><div class=""><br class=""></div><div class="">Incidentally, I just came across this:</div><div class=""><br class=""></div><div class="">addAction(AllRule(), LogAction("dnsdist.log", false, true, false))</div><div class=""><br class=""></div><div class="">Which I tried instead, just to see if it could also work for my purposes.  Unfortunately, I didn't see any entries in there either.  Any ideas as to what I'm doing wrong?  Presumably, I'm missing something in my dnsdist.conf.</div><div class=""><br class=""></div><div class="">Casey</div></div></blockquote></div>
</div></blockquote></div><br class=""></div></body></html>