I just have a question regarding on Index Template
is it possible to create a different index template but same index pattern?
What I am going to do is to create a index template but same name on the index pattern on my existing index template.
I have new test server and I just installed beats on there, I just want to shipped the logs on the existing data stream. So, that I can avoid creating new data stream and indices
is this option for Kibana API?
What about when you load your index template using logstash?
Does it mean, it cannot install because of the priority settings?
You can specify the priority in the body of the template as explained in the documentation.
Bu it is not clear what you want to do, if you have two templates for the same index pattern, the template with the highest priority will be applied and will override settings in the template with the lower priority.
Configure the index pattern in your beats, make them all point to the same pattern
E.g. Filbeat docs
Configure the index templates (with highest priority) to match your index pattern in elasticsearch (can be done via Kibana), so you got control for e.g. datastream, ILM, replication, ...
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.