Kibana version:7.17.9
Elasticsearch version:7.17.9
APM Server version:7.17.9
APM Agent language and version:mule4 agent
Browser version:Version 114.0.5735.198 (Official Build) (64-bit)
I am using elasticsearch,kibana,apm only.
If I am adding - index: "%{[service.name]}-%{[service.environment]}-%{+yyyy.MM.dd}" in apm.yml file.I am able to create an automatic index for my application(mule 4) and I am adding cofiguration elastic.apm.environment in mule 4 but then I am not able to see the traces for that index.
If I am reverting this changes as it was before I am able to see the traces for my application.
I had followed this link How to create index for each service?. for creating the indexes automatically .