Default logstash configuration changed
This commit is contained in:
parent
e9cd98fd81
commit
723316caf0
@ -1,6 +1,6 @@
|
||||
---
|
||||
logstash_create_config: true
|
||||
logstash_input_beats: true
|
||||
logstash_input_beats: false
|
||||
|
||||
elasticsearch_network_host: "127.0.0.1"
|
||||
elasticsearch_http_port: "9200"
|
||||
|
||||
@ -55,7 +55,7 @@ output {
|
||||
#stdout { codec => rubydebug }
|
||||
elasticsearch {
|
||||
hosts => ["{{ elasticsearch_network_host }}:{{ elasticsearch_http_port }}"]
|
||||
index => "wazuh-alerts-%{+YYYY.MM.dd}"
|
||||
index => "wazuh-alerts-3.x-%{+YYYY.MM.dd}"
|
||||
document_type => "wazuh"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user