Custom index for transaction traces & spans

Hello,

There are 2 parts to how Index configuration works in KIbana around APM.

  1. You specify an index where you want to store data.
  2. You specify an index where APM app should read data from.

This setting which you see in the screenshot is the later. By changing this you are telling the APM app that you are already storing data in these new indices and hence these should be used for data retrieval.

I believe for your use case, you want to store data in a different index. For that you need to change the setting in your apm-server.yml file. Here is a topic which can help you with that - Storing APM data in custom/specific indices