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
Running standalone APM Server 8.x without elasticsearch output nor kibana endpoint will return
{"log.level":"error","@timestamp":"2023-06-19T01:02:04.567Z","log.logger":"beater","log.origin":{"file.name":"beater/beater.go","file.line":368},"message":"error waiting for server to be ready: cannot wait for integration without either Kibana or Elasticsearch config","service.name":"apm-server","ecs.version":"1.6.0"}
However if apm server is not intended to be allowed to connect to Kibana nor Elasticsearch, this adds a requirement to open connection to Kibana for APM Server standalone to work... Also currently with fleet, only logstash and elasticsearch output are supported hence why APM Server standalone may be used (example using Kafka or Redis output)
Requested feature would be to add the ability to disable the check for APM integration assets installation status hence something like apm-server.check-assets defaulting to true but setting to false would not attempt to check assets are installed or require kibana endpoint
The text was updated successfully, but these errors were encountered:
This is indeed a valid usecase for outputs different than Elasticsearch. We have seen issues in the past when templates and ingest pipelines were missing before data ingestion started. After some previous internal discussions, we would want to add additional safety guards and only allow disabling the check if output is different than ES.
Running standalone APM Server 8.x without elasticsearch output nor kibana endpoint will return
This is a documented requirement
However if apm server is not intended to be allowed to connect to Kibana nor Elasticsearch, this adds a requirement to open connection to Kibana for APM Server standalone to work... Also currently with fleet, only logstash and elasticsearch output are supported hence why APM Server standalone may be used (example using Kafka or Redis output)
Requested feature would be to add the ability to disable the check for APM integration assets installation status hence something like
apm-server.check-assets
defaulting to true but setting to false would not attempt to check assets are installed or require kibana endpointThe text was updated successfully, but these errors were encountered: