Hello
I am using the NGINX module for Filebeat. Is there a way to filter logs on the machine before it's sent to Elasticsearch?
I much rather carry on using the module than parsing everything through Logstash while using a Grok filter.
Is this possible? I am trying to avoid to alter NGINX logging mechanism, and instead do it through Filebeat module.
Thank you.