Hi ,
I'm using APM-server 7.1.2 . I have only enabled output.kafka and rest all output is disabled.
Its running in kubernetes. APM-server is restarting every few minutes and i see following logs '
2019-07-04T16:49:56.588+0530 INFO [onboarding] beater/onboarding.go:36 Publishing onboarding document
2019-07-04T16:49:57.589+0530 INFO pipeline/output.go:95 Connecting to backoff(elasticsearch(http://localhost:9200))
2019-07-04T16:49:59.189+0530 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get http://localhost:9200: dial tcp 127.0.0.1:9200: connect: connection refused
2019-07-04T16:49:59.189+0530 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(http://localhost:9200)) with 1 reconnect attempt(s)
2019-07-04T16:50:01.537+0530 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get http://localhost:9200: dial tcp 127.0.0.1:9200: connect: connection refused
2019-07-04T16:50:01.537+0530 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(http://localhost:9200)) with 2 reconnect attempt(s)
2019-07-04T16:50:09.484+0530 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get http://localhost:9200: dial tcp 127.0.0.1:9200: connect: connection refused
2019-07-04T16:50:09.484+0530 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(http://localhost:9200)) with 3 reconnect attempt(s)
2019-07-04T16:50:18.365+0530 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get http://localhost:9200: dial tcp 127.0.0.1:9200: connect: connection refused
2019-07-04T16:50:18.365+0530 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(http://localhost:9200)) with 4 reconnect attempt(s)
2019-07-04T16:50:26.511+0530 INFO [request] beater/common_handler.go:185 handled request {"request_id": "0b8bb307-8978-4135-81a6-46435c2118db", "method": "GET", "URL": "/", "content_length": 0, "remote_address": "127.0.0.1", "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36", "response_code": 200}
2019-07-04T16:50:38.748+0530 INFO [beater] beater/beater.go:299 stopping apm-server... waiting maximum of 5 seconds for queues to drain
2019-07-04T16:50:38.748+0530 INFO [beater] beater/beater.go:206 Server stopped
2019-07-04T16:50:42.779+0530 ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get http://localhost:9200: dial tcp 127.0.0.1:9200: connect: connection refused
2019-07-04T16:50:42.779+0530 INFO pipeline/output.go:93 Attempting to reconnect to backoff(elasticsearch(http://localhost:9200)) with 5 reconnect attempt(s)
2019-07-04T16:50:43.749+0530 INFO instance/beat.go:401 apm-server stopped.
Kibana version:
Elasticsearch version: 7.x
APM Server version: 7.1.2
APM Agent language and version:
Browser version:
Original install method (e.g. download page, yum, deb, from source, etc.) and version:
Fresh install or upgraded from other version?
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Steps to reproduce:
- I have only enabled output.kafka and rest all output is disabled.
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):