Original install method (e.g. download page, yum, deb, from source, etc.) and version:
Ubuntu 20.04 deb package
Fresh install or upgraded from other version?
This is a fresh install trying to use Fleet
Is there anything special in your setup?
There isn't anything special in our setup. We are using a self-hosted solution to monitor our kubernetes cluster
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
The fleet server seems to be set up correctly. It is collecting logging and metric data from kubernetes.
Steps to reproduce:
Followed the quick-start directions to set up fleet
Followed the quick-start directions to set up apm
Errors in browser console (if relevant):
Application Log Error:
{"version":"1.6.0"},"message":"APM Server transport error: intake response timeout: APM server did not respond within 10s of gzip stream finish"}
I'm afraid I can't provide much help with the information you provided. Could you share the agent's fleet policy? Fleet > Agent policies > $POLICY_NAME > Actions > View policy
Please make sure to scrub any sensitive information, such as secret_token, URLs or API keys.
Certainly. Apologies for being incomplete. The elastic suite isn't my strongest skill set and with so much changing in version 8 I feel even more out of my element.
I see you've scrubbed the host where APM Server is configured to listen on.
By default the APM Integration is configured to listen on localhost:8200 which will cause the APM Server to only serve requests coming from within the machine. I just want to make sure that you've configured the host to listen in the IP address or all IP addresses which are reachable from outside the machine.
you could set it to :8200 or 0.0.0.0:8200 to tell the APM Server to listen in all interfaces.
@tsbayne: Is it ok if I join you in your stupidity? @marclop Thank you. The solution with 0.0.0.0:8200 worked for me. I was deploying Elastic Stack with ECK and rolling out APM server with fleet. It wasn't responding to request from other pods with localhost:8200.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.