mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update Suricata output
This commit is contained in:
@@ -9,16 +9,16 @@
|
|||||||
# Last Update: 12/9/2016
|
# Last Update: 12/9/2016
|
||||||
|
|
||||||
filter {
|
filter {
|
||||||
if [event_type] == "suricata" and "test_data" not in [tags] {
|
if [module] == "suricata" {
|
||||||
mutate {
|
mutate {
|
||||||
##add_tag => [ "conf_file_9400"]
|
##add_tag => [ "conf_file_9400"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
output {
|
output {
|
||||||
if [event_type] == "suricata" and "test_data" not in [tags] {
|
if [module] =~ "suricata" {
|
||||||
#stdout { codec => rubydebug }
|
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
|
pipeline => "%{module}.%{dataset}"
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "so-ids-%{+YYYY.MM.dd}"
|
index => "so-ids-%{+YYYY.MM.dd}"
|
||||||
template => "/so-common-template.json"
|
template => "/so-common-template.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user