Merging data from multiple index patterns

Kibana version : 7.6

Elasticsearch version : 7.6

APM Server version : 7.3.2

APM Agent language and version : java 1.9.0

Fresh install or upgraded from other version? fresh install

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. :----no

I wanted to merge the data from another index pattern(say abc) over to apm index. If I do that will I get all the data from abc index pattern over to apm index ?
If yes how can I merge that

Hi @anjana1,
if you have an index with a name different to apm*, that is holding APM data you could have a look at the Elasticsearch reindexing API. In case you are reindexing into a new APM index you should also ensure to have the APM templates set up for it before you start reindexing.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.