mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02:00
15 lines
328 B
Django/Jinja
15 lines
328 B
Django/Jinja
output {
|
|
if [module] =~ "logscan" {
|
|
elasticsearch {
|
|
id => "logscan_pipeline"
|
|
pipeline => "logscan.alert"
|
|
hosts => "{{ GLOBALS.manager }}"
|
|
user => "{{ ES_USER }}"
|
|
password => "{{ ES_PASS }}"
|
|
index => "so-logscan"
|
|
ssl => true
|
|
ssl_certificate_verification => false
|
|
}
|
|
}
|
|
}
|