Back to Beats

Change the index name [change-index-name]

docs/reference/heartbeat/change-index-name.md

9.4.0748 B
Original Source

Change the index name [change-index-name]

Heartbeat uses data streams named heartbeat-[version]. To use a different name, set the index option in the {{es}} output. You also need to configure the setup.template.name and setup.template.pattern options to match the new name. For example:

sh
output.elasticsearch.index: "customname-%{[agent.version]}"
setup.template.name: "customname-%{[agent.version]}"
setup.template.pattern: "customname-%{[agent.version]}"

For a full list of template setup options, see Elasticsearch index template.

Remember to change the index name when you load dashboards via the Kibana UI.