mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix Suricata index name
This commit is contained in:
@@ -9,7 +9,7 @@ output {
|
||||
pipeline => "filebeat-%{[agent][version]}-suricata-%{[fileset][name]}-pipeline"
|
||||
hosts => "{{ ES }}"
|
||||
index => "so-ids"
|
||||
template_name => "so-ids"
|
||||
template_name => "so-ids-%{+YYYY.MM.dd}"
|
||||
template => "/templates/so-ids-template.json"
|
||||
ssl => true
|
||||
ssl_certificate_verification => false
|
||||
|
||||
Reference in New Issue
Block a user