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