Functionbeat reached End of Support on October 18, 2023. You must consider
moving your deployments to the more versatile and efficient Elastic Serverless
Forwarder.
Change the index name
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Change the index name
editFunctionbeat uses data streams named functionbeat-8.10.4
.
To use a different name, set the index
option
in the Elasticsearch output. You also need to configure the setup.template.name
and
setup.template.pattern
options to match the new name. For example:
output.elasticsearch.index: "customname-%{[agent.version]}" setup.template.name: "customname" 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.