Skip to content

Instantly share code, notes, and snippets.

@regit
regit / logstash_suricata_eve.conf
Last active December 19, 2018 13:05
A sample Logstash configuration for Suricata JSON output.
input {
file {
path => [ "/usr/local/var/log/suricata/eve.json" ]
codec => json
}
}
filter {
if [src_ip] {
geoip {