Getting the Beats index template onto Elasticsearch

When running the configuration

  • metricbeat -> elasticsearch

the index template (metricbeat.template.json) is automatically installed on Elasticsearch by the Metricbeat agent.

However, when running the configuration

  • metricbeat -> logstash -> elasticsearch

the index template is not automatically installed on Elasticsearch.

What's the best method to automatically installed the correct index template from Logstash?

This topic was automatically closed after 21 days. New replies are no longer allowed.