Hey @simitt, thanks for replying.
I removed all output.elasticsearch.indices.* and tried to create custom lifecycle policy using apm-server.ilm setting. New indices are created but their naming is like apm-7.4.0-transaction-000001. How can I configure to create daily indices with date included in the index name?
Even after running apm-server setup, I don't see any field for context. I have a scripted field which queries for [context.service.name] but it is giving error No field found for [context.service.name] in mapping with types []. Earlier it used to work in APM-6.7.1.
And I wanted to use custom lifecycle policy and added the configuration in apm-server.yml but new indices were created with default ILM policy. I am attaching the configuration file for reference. Please help.