Hello,
I have installed Grafana and Prometheus on Debian and now I want to send window event logs to Grafana for analysis. Now I need to install Promtail on Windows to get the logs and Loki on Debian along with Grafana.
1- Am I right?
2- The windows events logs contain some information that I don’t need. For example, I just want to know which username deleted which file with which IP address. In ELK it is possible to write filters through Kibana. Does this need to be done through Loki in the Grafana environment? Can you show me an example?
Thank you.