Re: [Pdns-users] Log all zone changes

2019-10-02 Thread Klaus Darilion

Am 27.09.2019 um 20:30 schrieb Vitali Quiering via Pdns-users:

Hello,

I just started using PowerDNS Authoritative Server recently and got to the 
point where I need all changes logged.
Is there an option I missed?
If there is none: How do you log your changes?


We have a web interface which writes all the changes it sent to the PDNS 
API, also to a separate table in the database. This way we can show a 
changelog to the customers.


Another option, with Postgresql, would be a trigger on the records table 
which writes changes also to a dedicated history table.


Be aware, dependending on your use cases/customers, the changelog may 
become huge.


Klaus
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Log all zone changes

2019-09-28 Thread Andreas Danzer

Hi,
with a database backend yoi could use a CDC solution for your purpose. 
We're using MySQL as backend and maxwell as CDC tool, which logs all 
changes as JSON to RabbitMQ.


Regards,
A. Danzer


Am 27. September 2019 20:30:35 schrieb Vitali Quiering via Pdns-users 
:



Hello,

I just started using PowerDNS Authoritative Server recently and got to the 
point where I need all changes logged.

Is there an option I missed?
If there is none: How do you log your changes?

Regards,
Vitali
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users



___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Log all zone changes

2019-09-27 Thread Michael Ströder
On 9/27/19 8:30 PM, Vitali Quiering via Pdns-users wrote:
> I just started using PowerDNS Authoritative Server recently and got
> to the point where I need all changes logged. Is there an option I
> missed? If there is none: How do you log your changes?
Probably not exactly the answer you're looking for:

I'm using PowerDNS with LDAP backend and write operations to OpenLDAP
server(s) are logged with accesslog overlay. My personal setup is very
small but the components should easily scale up.

Ciao, Michael.



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users


[Pdns-users] Log all zone changes

2019-09-27 Thread Vitali Quiering via Pdns-users
Hello,

I just started using PowerDNS Authoritative Server recently and got to the 
point where I need all changes logged.
Is there an option I missed?
If there is none: How do you log your changes?

Regards,
Vitali
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users