<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 16/01/2022 09:41, Hamed Haghshenas
      via Pdns-users wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:00f701d80abd$4c798a40$e56c9ec0$@chavoosh.com">
      <blockquote type="cite" style="color: #007cff;">
        <pre class="moz-quote-pre" wrap="">quiet=no
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">I need the logs and should export domains to my analyzer platform .</pre>
    </blockquote>
    <p>There are more scalable ways of doing this.  The
      "standards-compliant" way is dnstap:<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://dnstap.info/">https://dnstap.info/</a><br>
<a class="moz-txt-link-freetext" href="https://docs.powerdns.com/recursor/lua-config/protobuf.html#logging-in-dnstap-format-using-framestreams">https://docs.powerdns.com/recursor/lua-config/protobuf.html#logging-in-dnstap-format-using-framestreams</a></p>
    <p>You'll need to install a separate dnstap collector to receive the
      messages.<br>
    </p>
    <p>Note that powerDNS has a dependency on the "fstrm" library:</p>
    <p><a class="moz-txt-link-freetext" href="https://mailman.powerdns.com/pipermail/pdns-users/2020-June/026725.html">https://mailman.powerdns.com/pipermail/pdns-users/2020-June/026725.html</a></p>
    <p>If you have an older version of fstrm then you can only log to a
      local unix domain socket (which may be fine, it just means running
      your dnstap collector on the same host).  A newer version is
      required if you want to log to a remote host over TCP.</p>
    <p>I don't know about versions in RHEL/CentOS, but Ubuntu 18.04 has
      libfstrm0 version 0.3.0, and that only does unix domain sockets.</p>
  </body>
</html>