Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

Handle garbage collection #15

Closed mrjones-plip closed 5 years ago

mrjones-plip commented 6 years ago

We should add an option in dnsauth.toml where after DNSAuth ingests the log files you can:

Running an external cron script that deletes them is a hassle and may be too aggressive and delete them before they're indexed.

mrjones-plip commented 5 years ago

fixed in #25