You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our docs indicate that you can use APM Server by just specifying the elasticsearchRef. This may have been true pre 8.x, but currently if just an elasticsearchRef is configured the APM Server logs these lines:
{"log.level":"error","@timestamp":"2024-02-08T14:25:11.657Z","log.logger":"beater","log.origin":{"function":"github.com/elastic/apm-server/internal/beater.waitReady","file.name":"beater/waitready.go","file.line":62},"message":"precondition 'apm integration installed' failed: error querying Elasticsearch for integration index templates: unexpected HTTP status: 404 Not Found ({\"error\":{\"root_cause\":[{\"type\":\"resource_not_found_exception\",\"reason\":\"index template matching [metrics-apm.service_summary.60m] not found\"}],\"type\":\"resource_not_found_exception\",\"reason\":\"index template matching [metrics-apm.service_summary.60m] not found\"},\"status\":404}): to remediate, please install the apm integration: https://ela.st/apm-integration-quickstart","service.name":"apm-server","ecs.version":"1.6.0"}
Update our documentation to indicate this requirement since 8.x.
We should discuss whether we should not mark APM Server as health green if this api call does not come back healthy (which appears to be the case in this scenario, but we should double check that this call works with a properly configured/healthy APM Server):
Our docs indicate that you can use APM Server by just specifying the
elasticsearchRef
. This may have been true pre 8.x, but currently if just anelasticsearchRef
is configured the APM Server logs these lines:And is not usable.
Unfortunately our readiness probe:
returns a
200
in this scenario:We should:
We should discuss whether we should not mark APM Server as health
green
if this api call does not come back healthy (which appears to be the case in this scenario, but we should double check that this call works with a properly configured/healthy APM Server):The text was updated successfully, but these errors were encountered: