Hi
according to: Configure the Elasticsearch output | Winlogbeat Reference [master] | Elastic
But if I add
index: "winlogbeat-%{[beat.version]}-%{+yyyy.MM.dd}"
winlogbeat do not start up
Hi
according to: Configure the Elasticsearch output | Winlogbeat Reference [master] | Elastic
But if I add
index: "winlogbeat-%{[beat.version]}-%{+yyyy.MM.dd}"
winlogbeat do not start up
needed to add to winlogbeat.yml:
setup.template.name: 'winlogbeat-%{[beat.version]}'
setup.template.pattern: 'winlogbeat-%{[beat.version]}-*'
They seem very default to me.
Anytime you change the output.elasticsearch.index
you also need to configure the setup.template.name
and setup.template.pattern
to ensure they are all pointing at the right index.
https://www.elastic.co/guide/en/beats/winlogbeat/master/elasticsearch-output.html#index-option-es
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.