Hi @Kevin_Logan,
Please forgive me for taking so long to respond. This seems to be a very useful tool and I want to try it the most I can.
I just realized that Elastic Agent
and Elastic Endpoint
are two different apps that run independently, but both are installed with Elastic Agent
.
I tried what you said and it looks like Endpoint
is not reaching the Elasticsearch node
$ sudo tail -f /opt/Elastic/Endpoint/state/log/endpoint-000000.log | grep "Elasticsearch connection"
Log output
{"@timestamp":"2020-10-02T20:14:19.183060099Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:24.212688642Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:29.236989575Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:34.266900353Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:39.295759086Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:44.317784004Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
{"@timestamp":"2020-10-02T20:14:49.339259232Z","agent":{"id":"89902d38-fad2-4f85-a12e-c626c7adf4c8","type":"endpoint"},"ecs":{"version":"1.5.0"},"log":{"level":"notice","origin":{"file":{"line":65,"name":"BulkQueueConsumer.cpp"}}},"message":"BulkQueueConsumer.cpp:65 Elasticsearch connection is down","process":{"pid":493,"thread":{"id":629}}}
What should I try next for troubleshooting? I was unable to find an elastic-endpoint
service.