Hi,
I am using ELK 5.5.2.
I have a problem with creation indexes.
On filebeat config I have a following setup
input_type: log
document_type: prod
paths:
c:\somepath*.log
fields:
my_log_type: app
On logstash config I have
elasticsearch {
hosts => "localhost:9200"
manage_template => false
index => "%{[my_log_type]}-%{+YYYY.MM.dd}"
}
On 2 instances of ELK 5.5.2 this config is working fine, generating index with name app-2017-09-06
On 1 instance this config is generating index - %{[my_log_type]}-2017-09-06
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.