mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 06:57:50 +02:00
14 lines
328 B
Django/Jinja
14 lines
328 B
Django/Jinja
output {
|
|
if [module] =~ "suricata" and "import" not in [tags] {
|
|
elasticsearch {
|
|
pipeline => "%{module}.%{dataset}"
|
|
hosts => "{{ GLOBALS.manager }}"
|
|
user => "{{ ES_USER }}"
|
|
password => "{{ ES_PASS }}"
|
|
index => "so-ids"
|
|
ssl => true
|
|
ssl_certificate_verification => false
|
|
}
|
|
}
|
|
}
|