Health agent but no data sent to fleet server / elasticsearch?

Hi there,

I am running an all-in-one node with elasticsearch, kibana, logstash all 7.17.4 and fleet running. I have 2 agents. One on the this all-in-one node. The other installes to a second, empy ubuntu VM - just to collect some metrics.

The second one gives me:
root@AllInOne7174redis3v4:~# elastic-agent status
Status: HEALTHY
Message: (no message)
Applications:

  • filebeat (HEALTHY)
    Running
  • metricbeat (HEALTHY)
    Running
  • filebeat_monitoring (HEALTHY)
    Running
  • metricbeat_monitoring (HEALTHY)
    Running

AND
root@AllInOne7174redis3v4:~# elastic-agent version
Binary: 7.17.4 (build: ea28c0419dc4ede9318c4b34a732ce11b03482b7 at 2022-05-18 20:09:49 +0000 UTC)
Daemon: 7.17.4 (build: ea28c0419dc4ede9318c4b34a732ce11b03482b7 at 2022-05-18 20:09:49 +0000 UTC)

Here is all healthy, but no data at all is sent to fleet (neither metrics, nor logs)! I get a "There are no log messages to display."
What could be the reason?
cheers

I added this line in my 'ssl.verification_mode': none in my 'Elasticsearch output configuration (YAML)'. As a result I now get logs and metrics from both agents.
cheers
Stefano

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.