Hello,
I am using 6.3.0 elastic stack on RHEL7, sending filebeat osquery logs to logstash (with osquery filebeat module enabled).
As per the documentation https://www.elastic.co/guide/en/beats/filebeat/6.3/filebeat-module-osquery.html the logs should be prefixed with 'osquery.result' however I am not seeing this in elasticsearch. All fields start with 'json.columns.'.
My osquery module config is pretty basic:
- module: osquery
result:
input:
tags: ["osquery_events"]
I tried to set var.use_namespace
to true but it didn't help. Right know I am doing the mutate stuff in logstash but it would be nice not to do so.
Any help appreciated ! Thanks