I upgraded one of my servers to filebeat 6.2 to test it out and everything seems to work fine but now I'm getting these lines in the log file constantly:
2018-02-07T09:55:12.077-0500 INFO [monitoring] log/log.go:124 Non-zero metrics in the last 30s {"monitoring": {"metrics": {"beat":{"cpu":{"system":{"tic\
ks":70,"time":74},"total":{"ticks":350,"time":360,"value":350},"user":{"ticks":280,"time":286}},"info":{"ephemeral_id":"980b9b03-bf44-494b-8911-be176eb29bd7","uptime":{"\
ms":30014}},"memstats":{"gc_next":6974496,"memory_alloc":5717152,"memory_total":57507792,"rss":20787200}},"filebeat":{"events":{"active":22,"added":1316,"done":1294},"ha\
rvester":{"open_files":4,"running":4,"started":4}},"libbeat":{"config":{"module":{"running":4,"starts":4},"reloads":1},"output":{"events":{"acked":1282,"batches":28,"tot\
al":1282},"read":{"bytes":168},"type":"logstash","write":{"bytes":189400}},"pipeline":{"clients":8,"events":{"active":22,"filtered":12,"published":1304,"retry":60,"total\
":1316},"queue":{"acked":1282}}},"registrar":{"states":{"current":12,"update":1294},"writes":40},"system":{"cpu":{"cores":32},"load":{"1":5.54,"15":4.42,"5":4.71,"norm":\
{"1":0.1731,"15":0.1381,"5":0.1472}}}}}}
It seems like filebeat is doing something similar to metricbeat all of a sudden? How do I make this stop? Thanks!