Security-Onion-Solutions / security-onion

Security Onion 16.04 - Linux distro for threat hunting, enterprise security monitoring, and log management
https://securityonion.net
3.06k stars 521 forks source link

securityonion-elastic: update parsers for Zeek 3 #1680

Closed dougburks closed 4 years ago

dougburks commented 4 years ago

As we migrate to Zeek 3, some log formats have changed, so we need to update our parsers accordingly:

This also means that we need to add the following fields to the template:

Reference the Zeek 3.0.0 section here: https://github.com/zeek/zeek/blob/release/NEWS

We need to make sure all 3 parsing pipelines are updated and tested:

defensivedepth commented 4 years ago

JSON via Logstash parsing -


image

dougburks commented 4 years ago

Hmm...client_channels should have been added to logstash_template.json: https://github.com/Security-Onion-Solutions/securityonion-elastic/commit/6f2384f223b32d39721f8fec84dcfda74e44425b

Perhaps you're looking at an existing index that was created with the old template and the next day's index will be created with the new template?

dougburks commented 4 years ago

Looking into this further, we might need to update the Kibana Index Pattern for *:logstash-*.

dougburks commented 4 years ago

securityonion-elastic - 20190510-1ubuntu1securityonion83 is now available at ppa:securityonion/test and adds client_channels, origin, and tunnel_client to the Kibana Index Pattern.

weslambert commented 4 years ago

Looks good 👍

dougburks commented 4 years ago

Published: https://blog.securityonion.net/2020/02/zeek-301-elastic-686-and-cyberchef-9120.html