Failed to connect to backoff(elasticsearch(https://<es>)): Connection marked as failed because the onConnect callback failed: open /usr/share/apm-server/bin/ingest/pipeline/definition.json: no such file or directory

Hi @marclop

Thanks for your reply. Adding the below in apm-server.yml resolved the issue:

apm-server.register.ingest.pipeline.enabled: false

Can both the nodes have this setting once APM is 'bootstrapped' i.e. apm* indices are created?

Thanks