I got a fleet server to connect to my sandbox cluster to test and setup this framework. I am trying to get an agent to connect with my fleet server. I am trying to just get the quickstart going so useing the --insecure flag.
Fleet and agent running on Ubuntu.
Using the command from agent box of : sudo elastic-agent enroll --url=http://fqdn:8220 --enrollment-token=token --insecure
the command runs and I get a repeated:
{"log.level":"info","@timestamp":"2022-03-15T10:35:37.185-0500","log.origin":{"file.name":"cmd/enroll_cmd.go","file.line":474},"message":"Retrying enrollment to URL: http://fqdn of fleet server:8220/","ecs.version":"1.6.0"}
Any help or assistance. Is there a way to ping the endpoint to see if its listening?