mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 13:42:05 +02:00
13 lines
266 B
Django/Jinja
13 lines
266 B
Django/Jinja
output {
|
|
if [dataset] =~ "firewall" {
|
|
elasticsearch {
|
|
hosts => "{{ GLOBALS.manager }}"
|
|
user => "{{ ES_USER }}"
|
|
password => "{{ ES_PASS }}"
|
|
index => "so-firewall"
|
|
ssl => true
|
|
ssl_certificate_verification => false
|
|
}
|
|
}
|
|
}
|