Closed
Description
Documentation describes setting the index pattern like this:
output.elasticsearch:
index: "apm-%{[app.name]}-%{[beat.version]}-%{+yyyy.MM.dd}"
here https://www.elastic.co/guide/en/apm/server/current/configuring.html#index-pattern
but changing it make APM Server print:
2017/11/28 14:03:39.259288 beat.go:635: CRIT Exiting: setup.template.name and setup.template.pattern have to be set if index name is modified.
We should update the documentation to explain that these also need to be set and how to set these.