Fix Suricata index name

This commit is contained in:
weslambert
2021-06-02 15:30:14 -04:00
committed by GitHub
parent 9c9bcac61b
commit a1b34e7a88

View File

@@ -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