mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-01 08:58:05 +02:00
15 lines
395 B
Django/Jinja
15 lines
395 B
Django/Jinja
output {
|
|
if "filebeat" in [metadata][pipeline] {
|
|
elasticsearch {
|
|
id => "filebeat_modules_metadata_pipeline"
|
|
pipeline => "%{[metadata][pipeline]}"
|
|
hosts => "{{ GLOBALS.manager }}"
|
|
user => "{{ ES_USER }}"
|
|
password => "{{ ES_PASS }}"
|
|
index => "so-%{[event][module]}-%{+YYYY.MM.dd}"
|
|
ssl => true
|
|
ssl_certificate_verification => false
|
|
}
|
|
}
|
|
}
|