Hi all,
I followed the official documentation and I’ve changed zeek’s output to json logs but somehow zeek module from Filebeat does’t enrich data with ECS fields. Filebeat sends the logs, but without adding the extra fields as per ECS and it’s github code. Just to give you an example there is no event.dataset or source.ip etc.
I’ve enabled zeek module with sudo filebeat modules enable zeek and added the log paths to zeek.yml, but the extra fields were not added. Used this blogpost Collecting and analyzing Zeek data with Elastic Security | Elastic Blog
The fields are called zeek.id.orig_h and not zeek.connection.id.orig_h as per your docs. How can I solve this?
Thank you!
