Here are a couple of previous threads:
Hello to the community,
I am trying to setup APM with an ILM that I configured manually. If I use the default index available in the output.Elasticsearch, I get indexes similar to "apm-7.16.3-error-000001". I now need to add a timestamp to my indexes so that I can know at which date they were created without having to go thru the details of each index individually.
I have referred to the the below docs and pages and tried to get to the mentioned config :
How to set ElasticSearch Apm Server i…
I just created Apm server it looks awesome but Indexing like that"Apm-6.6.2-2019.04.19" doesn't make sense because I will have at the end of the month 30 logs. I want to use change "apm-%{[beat.version]}-%{+yyyy.MM}" instead of "apm-%{[beat.version]}-%{+yyyy.MM.dd}" Below code is my purpose but it's not working:
Kibana,Elastic.Apm : 6.6.2
apm-server:
host: mycompany.name.com:8200
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["http://mycompany.name.com:9200"]
index: "a…