Skip to content

Instantly share code, notes, and snippets.

@GitGerby
GitGerby / logstash-suricata.conf
Last active December 1, 2018 18:32 — forked from elnappo/logstash-suricata.conf
Suricata Logstash Elasticsearch
input {
redis {
data_type=> "list"
codec => json
type => "SuricataIDPS"
}
}
filter {
if [type] == "SuricataIDPS" {