Denis Machard
Denis Machard
Hi all, I just pushed a pull request to add support for local files #231 . It's my first contribution, so perhaps I am not compliant with your best practices....
Hello, I think the better way is to rebuild the own image. In my case, I need python3 (used in local-exec provisionner), I have created the following docker file. Simple...
good idea, I need to check if it's easy to implement.
I am not an expert in this topic, can you help me to implement that ? Can you confirm that if you change this value, you need to be <...
Can you share your config file ? I advice to use the following collector https://github.com/dmachard/go-dns-collector instead of this one.
@KVInventoR Before to add more features, I need to have some feedback regarding performance (cpu and memory). I don't want to decrease the performance of the collector.
The `stream_id` contains the name of your resolver identity (with dnstap collect), it's not sufficient?
The queryip is the source IP of the client and response IP should be the IP of the resolver. 2022-09-26T14:13:09.261751412Z denis-laptop CLIENT_QUERY NOERROR **192.168.1.17** 46767 **8.8.8.8** 53 INET UDP 54b...
by the way, feel free to make a pull request :)
You're correct; the Prometheus logger retains all the IPs it encounters (as well as all qnames) in memory. This poses a significant problem and could potentially lead to app crashes....