Kibana version: 7.5.2
Elasticsearch version: 7.5.2
APM Server version: 7.5.2
APM Agent language and version: Python Flask
Original install method (e.g. download page, yum, deb, from source, etc.) and version: Elastic Cloud
Fresh install or upgraded from other version? It is on an elastic cloud cluster
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc. Yes I changed the index pattern and created a new index from the original one (the transaction index, apm-7.5.2-transaction-000001)
Steps to reproduce:
- Update the index pattern (apm-*) and add the new mapping and the alias
- Create a new index from the one that is fed by the apm agent
- The new index will index all the previous data but not the new one.
Hi,
I am trying to get more data from the metadata information, I created a new index pattern and added the mapping to the field I want, I created the alias for the transaction object (the one I am interested in) and I created a new index from the original one. My problem is the new index is never fed by the new data, and I don't understand where is my mistake, is there any documentation to update the mapping field on the fed index.
I hope it is clear, if not I will try to provide all the information you need to help me.
Thank you.