Hello,
I'm doing tests of filtering DNS with RPZ lists. Now, I would like to collect stats
and metrics about blocked requests (blocked domains, sources IP, count of blocked
requests...).
In journalctl I have logs like this : "[rules ] => local data applied, user:
xxx.xxx.xxx.xxx, name: blocked-domain.tld." Main infos I want to collect exist.
Is there a way to do this with Prometheus format metrics + Grafana ? I didn't really
find anything in documentation.
Thank you so much if you have a tip to help me.