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 519 forks source link

securityonion-elastic: check ingest geoip fields #1725

Closed dougburks closed 4 years ago

dougburks commented 4 years ago

Looks like we might still be getting an extra geoip field from elasticsearch ingest node parsing: region_iso_code.

image

We do have a region_code field in our template, so if this is the same field, it may just need to be renamed.

https://www.elastic.co/guide/en/logstash/7.x/plugins-filters-geoip.html

dougburks commented 4 years ago

To test, please verify that Elasticsearch ingest node parsing now renames region_iso_code to region_code.

dougburks commented 4 years ago

Published: https://blog.securityonion.net/2020/03/elastic-687-now-available-for-security.html