As far as I understand, event.module is not being added to each document originating from Winlogbeat (starting from v8.0.0) that uses Winlogbeat modules.
This field was previously seen from v7.4.0 onwards, where the field was added in the Winlogbeat module's JavaScript file. Winlogbeat modules changed from 8.0.0 onwards to use Elasticsearch Ingest Node for processing.
In the winlogbeat-[beats_version]-[module_name] ingest pipeline, event.module is not seen to be added. Here is a snippet of the ingest pipeline, where all parts of the pipeline that handles the event.X field is seen (we do not see event.module):
Appreciate that the issue has been resolved (very quickly) with this merged pull request.
I noted that the change will be backported to earlier v8.x versions - when/how do we install a version of Beats with this latest change? Do we have to wait for the next incremental release of Beats? (i.e. 8.1.3 or 8.2?)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.