Filebeat unable to send the data to Elastic search

Hello,

I am trying to send the data from server via Filebeat to Elastic search .

Trying to see the data on kibana but i cannot see the data on Kibana.

It says no Data.

When i started the filebeat service its started but i am continuously getting this info message.

2021-08-31T19:15:27.627+0600 INFO [monitoring] log/log.go:145 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":420,"time":{"ms":4}},"total":{"ticks":1980,"time":{"ms":36},"value":1980},"user":{"ticks":1560,"time":{"ms":32}}},"handles":{"limit":{"hard":8192,"soft":8192},"open":15},"info":{"ephemeral_id":"df409a75-e87b-4f23-b19e-660dd40b5916","uptime":{"ms":3390051}},"memstats":{"gc_next":16298624,"memory_alloc":8623616,"memory_total":102550424},"runtime":{"goroutines":114}},"filebeat":{"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"pipeline":{"clients":8,"events":{"active":0}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":0.08,"15":0.13,"5":0.09,"norm":{"1":0.001,"15":0.0016,"5":0.0011}}}}}}

I googled and found that somehow filebeat is not sending the data to ES. Can anyone help.

I checked the configuration but nothing helps.

Please help

Could you please share your configuration and debug logs of Filebeat (output of ./filebeat -e -d "*", if possible please temporarily omit all processors from your config when running in debug mode)

1 Like

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