I am running filebeat 7.0 using osquery module. I am trying to override the the module's input by filtering for multiline. I am not sure why access command and placing multiline filter into the module is not working. Filebeat is ignoring my osquery module changes and still not reading the osquery json logs as single events. Could someone explain module input overriding to me?
- According documentation: I thought I put access: block and leave the result: block on
- Commented out result keyword and set the global var.path inside the access keyword
- Tried commenting inputs section in the filebeat.yml and left access block in osquery.yml
- Placed multiline filters inside the result block
I tested with dummy file and put the logs on newlines. Osquery module was able to read the json logs.