Metric libbeat.output.write.bytes, libbeat.output.read.bytes, libbeat.output.write.errors and libbeat.output.read.errors shows 0 always

Hello there, i have used REST API "curl -XGET localhost:5066/stats" to get the stats of filebeat.Metrics, libbeat.output.write.bytes, libbeat.output.read.bytes, libbeat.output.write.errors and libbeat.output.read.errors shows 0 always, and not getting updated.

here is the output of API for your reference:

{"beat":{"cpu":{"system":{"ticks":890,"time":{"ms":890}},"total":{"ticks":7077,"time":{"ms":7077},"value":7077},"user":{"ticks":6187,"time":{"ms":6187}}},"handles":{"open":253},"info":{"ephemeral_id":"dd1a7bec-fae6-48ab-ab24-0db82c78c4c2","uptime":{"ms":17678}},"memstats":{"gc_next":167182992,"memory_alloc":98073288,"memory_total":1571793944,"rss":239239168},"runtime":{"goroutines":38}},"filebeat":{"events":{"active":16405,"added":40982,"done":24577},"harvester":{"closed":0,"open_files":1,"running":1,"skipped":0,"started":1},"input":{"log":{"files":{"renamed":0,"truncated":0}}}},"libbeat":{"config":{"module":{"running":0,"starts":0,"stops":0},"reloads":0,"scans":0},"output":{"events":{"acked":24576,"active":16384,"batches":5,"dropped":0,"duplicates":0,"failed":0,"toomany":0,"total":40960},"read":{"bytes":0,"errors":0},"type":"httpout","write":{"bytes":0,"errors":0}},"pipeline":{"clients":2,"events":{"active":16405,"dropped":0,"failed":0,"filtered":1,"published":40980,"retry":8192,"total":40982},"queue":{"acked":24576}}},"registrar":{"states":{"cleanup":0,"current":1,"update":24577},"writes":{"fail":0,"success":4,"total":4}},"system":{"cpu":{"cores":8}}}

can i get a help from the team to get through the issue

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