mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 06:57:50 +02:00
Logstash - Output config update for IDS type
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
# Last Update: 12/9/2016
|
# Last Update: 12/9/2016
|
||||||
|
|
||||||
filter {
|
filter {
|
||||||
if [event_type] == "snort" and "test_data" not in [tags] {
|
if [event_type] == "ids" and "test_data" not in [tags] {
|
||||||
mutate {
|
mutate {
|
||||||
##add_tag => [ "conf_file_9033"]
|
##add_tag => [ "conf_file_9033"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
output {
|
output {
|
||||||
if [event_type] == "snort" and "test_data" not in [tags] {
|
if [event_type] == "ids" and "test_data" not in [tags] {
|
||||||
#stdout { codec => rubydebug }
|
#stdout { codec => rubydebug }
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user