-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APM Integration Check Not Compatible With Elastic APM Data Option #13064
Comments
Thanks for reporting. The flag |
Thanks for the response @simitt I had arrived at Have I confused these two things as being the same and they are in fact solving different problems, or are they both linked and the support for it to work isn't quite there yet? |
Enabling |
This should be fixed once #11529 is done (and released). |
We fully switched to the apm-data plugin. Closing this |
APM Server version (
apm-server version
):8.13.2
Description of the problem including expected versus actual behavior:
When using APM server standalone (not fleet managed) along with
xpack.apm_data.enabled: true
to install relevant APM index templates, APM server's integration check fails due to a mismatch between the template names that are installed, and the template names APM server expectsElasticsearch creates templates with the names, e.g.
traces-apm@template
, however the integration check expects the index template to be named e.g.traces-apm
Steps to reproduce:
Please include a minimal but complete recreation of the problem,
including server configuration, agent(s) used, etc. The easier you make it
for us to reproduce it, the more likely that somebody will take the time to
look at it.
8.13.2
elasticsearch instance withxpack.apm_data.enabled: true
8.13.2
APM server using the above elasticsearch instance as its outputProvide logs (if relevant):
The text was updated successfully, but these errors were encountered: