Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filebeat : Cloud foundry input dropping logs #18202

Closed
bvader opened this issue May 4, 2020 · 4 comments · Fixed by #19125
Closed

Filebeat : Cloud foundry input dropping logs #18202

bvader opened this issue May 4, 2020 · 4 comments · Fixed by #19125
Assignees
Labels
bug Filebeat Filebeat Team:Platforms Label for the Integrations - Platforms team

Comments

@bvader
Copy link
Contributor

bvader commented May 4, 2020

Description : The cloud foundry input is dropping logs, in a repeatable, reproducible manner.

  • Version: 7.7
  • Operating System: Linux / Darwin

Comparing Systems over 24 hours yields these results for a sample "ticker" app that produces a controlled cadence of log events.
syslog : 34,558 of 34,560 = 99.99421%
Firehose to syslog : 34,557 of 34,560 so 99.99131%
Filebeat : 34,319 of 34,560 so 99.30266%

FIlebeat needs to be as good or better than Firehose to syslog, i.e. at least 4 "9s"

Steps to reproduce:

  1. Deploy app that emits a regular cadence of logs such as
    https://github.com/bvader/scheduler

  2. Deploy filebeat

  3. Deploy firehose-to-syslog from:
    https://github.com/cloudfoundry-community/firehose-to-syslog

  4. Run and observe:
    The black line is the correct / accurate number of logs via firehose-to-syslog the green line shows the dropped logs via filebeat.

Screen Shot 2020-05-04 at 11 44 29 AM

Example in detail : scheduler-5s creates 2 logs every 5s = 24 events / Min
6 Hours = 8640 Events which can be observed below
Screen Shot 2020-05-04 at 11 50 36 AM

However with filebeat only 8,582 events are capture during the exact same time frame.
Screen Shot 2020-05-04 at 11 50 43 AM

NOTE : This same defect likely applies to metricbeat.

@bvader bvader added bug Filebeat Filebeat labels May 4, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label May 4, 2020
@bvader bvader added the Team:Integrations Label for the Integrations team label May 4, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label May 4, 2020
@bvader bvader added Team:Platforms Label for the Integrations - Platforms team and removed Team:Integrations Label for the Integrations team labels May 4, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

@blakerouse
Copy link
Contributor

Switched to running it locally without any cloudfoundry processor. Used a drop_event processor to ensure that only the logs from the scheduler-5s app was written using output.file.

Ran filebeat for 1hr which should have resulted in 1440 (as its 2 log messages every 5 secs), but it only resulted in 1417 events, making it 23 events off. Looking at the metrics output from filebeats you can see that on average 12 events are published in the 30 seconds, which is the correct amount. But there are some cases in the 30 second window that some only published 10 or 11. This is not an issue of windowing as the previous or next window was not greater than 12.

Adding those missing events in the windows equals the exact number of events that should have been captured.

1440 expected - 1417 captured = 23 missing

10 event window (2 missing):
2 missing * 10 windows = 20 events

11 event window (1 missing):
1 missing * 3 windows = 3 events

20 missing + 3 missing = 23 missing

Below is the window metric data:

2020-05-06T11:15:37.100-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":218,"time":{"ms":218}},"total":{"ticks":939,"time":{"ms":939},"value":939},"user":{"ticks":721,"time":{"ms":721}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":30022}},"memstats":{"gc_next":17116448,"memory_alloc":11445896,"memory_total":129973888,"rss":53030912},"runtime":{"goroutines":31}},"filebeat":{"events":{"added":2661,"done":2661},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"type":"file","write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2649,"published":12,"total":2661},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"cpu":{"cores":16},"load":{"1":3.439,"15":3.6191,"5":3.4536,"norm":{"1":0.2149,"15":0.2262,"5":0.2159}}}}}}
2020-05-06T11:16:07.101-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":376,"time":{"ms":158}},"total":{"ticks":1717,"time":{"ms":779},"value":1717},"user":{"ticks":1341,"time":{"ms":621}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":60022}},"memstats":{"gc_next":19441776,"memory_alloc":15622216,"memory_total":239443792,"rss":1187840},"runtime":{"goroutines":30}},"filebeat":{"events":{"added":2724,"done":2724},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2712,"published":12,"total":2724},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.7627,"15":3.6367,"5":3.522,"norm":{"1":0.2352,"15":0.2273,"5":0.2201}}}}}}
2020-05-06T11:16:37.104-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":559,"time":{"ms":183}},"total":{"ticks":2560,"time":{"ms":842},"value":2560},"user":{"ticks":2001,"time":{"ms":659}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":90024}},"memstats":{"gc_next":19505616,"memory_alloc":11442992,"memory_total":350307776,"rss":954368},"runtime":{"goroutines":30}},"filebeat":{"events":{"added":2711,"done":2711},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2699,"published":12,"total":2711},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.3071,"15":3.6016,"5":3.437,"norm":{"1":0.2067,"15":0.2251,"5":0.2148}}}}}}
2020-05-06T11:17:07.102-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":749,"time":{"ms":190}},"total":{"ticks":3398,"time":{"ms":838},"value":3398},"user":{"ticks":2649,"time":{"ms":648}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":120022}},"memstats":{"gc_next":19633072,"memory_alloc":10509832,"memory_total":446932872,"rss":483328},"runtime":{"goroutines":28}},"filebeat":{"events":{"added":2365,"done":2365},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2353,"published":12,"total":2365},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1025,"15":3.5728,"5":3.3774,"norm":{"1":0.1939,"15":0.2233,"5":0.2111}}}}}}
2020-05-06T11:17:37.104-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":931,"time":{"ms":182}},"total":{"ticks":4224,"time":{"ms":826},"value":4224},"user":{"ticks":3293,"time":{"ms":644}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":150022}},"memstats":{"gc_next":19536224,"memory_alloc":11510080,"memory_total":554723440,"rss":61440},"runtime":{"goroutines":28}},"filebeat":{"events":{"added":2671,"done":2671},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2659,"published":12,"total":2671},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1533,"15":3.5522,"5":3.3442,"norm":{"1":0.1971,"15":0.222,"5":0.209}}}}}}
2020-05-06T11:18:07.105-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":1108,"time":{"ms":177}},"total":{"ticks":5061,"time":{"ms":837},"value":5061},"user":{"ticks":3953,"time":{"ms":660}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":180023}},"memstats":{"gc_next":19680784,"memory_alloc":15920856,"memory_total":666596928,"rss":61440},"runtime":{"goroutines":28}},"filebeat":{"events":{"added":2774,"done":2774},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":11,"batches":6,"total":11},"write":{"bytes":11673}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2763,"published":11,"total":2774},"queue":{"acked":11}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2349,"15":3.5376,"5":3.3301,"norm":{"1":0.2022,"15":0.2211,"5":0.2081}}}}}}
2020-05-06T11:18:37.107-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":1290,"time":{"ms":182}},"total":{"ticks":5883,"time":{"ms":822},"value":5883},"user":{"ticks":4593,"time":{"ms":640}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":210024}},"memstats":{"gc_next":19685456,"memory_alloc":12335672,"memory_total":770163392,"rss":204800},"runtime":{"goroutines":28}},"filebeat":{"events":{"added":2573,"done":2573},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2563,"published":10,"total":2573},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8911,"15":3.4941,"5":3.2334,"norm":{"1":0.1807,"15":0.2184,"5":0.2021}}}}}}
2020-05-06T11:19:07.106-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":1467,"time":{"ms":177}},"total":{"ticks":6660,"time":{"ms":777},"value":6660},"user":{"ticks":5193,"time":{"ms":600}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":240022}},"memstats":{"gc_next":19644384,"memory_alloc":16616312,"memory_total":865473080,"rss":163840},"runtime":{"goroutines":28}},"filebeat":{"events":{"added":2314,"done":2314},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":11,"batches":6,"total":11},"write":{"bytes":11669}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2303,"published":11,"total":2314},"queue":{"acked":11}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8286,"15":3.4702,"5":3.1919,"norm":{"1":0.1768,"15":0.2169,"5":0.1995}}}}}}
2020-05-06T11:19:37.109-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":1661,"time":{"ms":194}},"total":{"ticks":7502,"time":{"ms":842},"value":7502},"user":{"ticks":5841,"time":{"ms":648}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":270024}},"memstats":{"gc_next":19393216,"memory_alloc":14162720,"memory_total":970468584,"rss":81920},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2603,"done":2603},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2591,"published":12,"total":2603},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9902,"15":3.4526,"5":3.1768,"norm":{"1":0.1869,"15":0.2158,"5":0.1985}}}}}}
2020-05-06T11:20:07.109-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":1832,"time":{"ms":171}},"total":{"ticks":8277,"time":{"ms":775},"value":8277},"user":{"ticks":6445,"time":{"ms":604}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":300023}},"memstats":{"gc_next":19823840,"memory_alloc":13714120,"memory_total":1068249336,"rss":28672},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2381,"done":2381},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2369,"published":12,"total":2381},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.98,"15":3.4351,"5":3.1577,"norm":{"1":0.1862,"15":0.2147,"5":0.1974}}}}}}
2020-05-06T11:20:37.111-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2011,"time":{"ms":179}},"total":{"ticks":9092,"time":{"ms":815},"value":9092},"user":{"ticks":7081,"time":{"ms":636}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":330024}},"memstats":{"gc_next":19619264,"memory_alloc":13437192,"memory_total":1175505872,"rss":286720},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2637,"done":2637},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2625,"published":12,"total":2637},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0649,"15":3.4194,"5":3.145,"norm":{"1":0.1916,"15":0.2137,"5":0.1966}}}}}}
2020-05-06T11:21:07.109-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2187,"time":{"ms":176}},"total":{"ticks":9919,"time":{"ms":827},"value":9919},"user":{"ticks":7732,"time":{"ms":651}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":360022}},"memstats":{"gc_next":19612240,"memory_alloc":12014712,"memory_total":1281606472,"rss":32768},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2626,"done":2626},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2614,"published":12,"total":2626},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9663,"15":3.3979,"5":3.1138,"norm":{"1":0.1854,"15":0.2124,"5":0.1946}}}}}}
2020-05-06T11:21:37.112-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2365,"time":{"ms":178}},"total":{"ticks":10751,"time":{"ms":832},"value":10751},"user":{"ticks":8386,"time":{"ms":654}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":390023}},"memstats":{"gc_next":19621696,"memory_alloc":14865680,"memory_total":1392259136,"rss":20480},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2728,"done":2728},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2716,"published":12,"total":2728},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8213,"15":3.3716,"5":3.0684,"norm":{"1":0.1763,"15":0.2107,"5":0.1918}}}}}}
2020-05-06T11:22:07.112-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2548,"time":{"ms":183}},"total":{"ticks":11592,"time":{"ms":841},"value":11592},"user":{"ticks":9044,"time":{"ms":658}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":420023}},"memstats":{"gc_next":19587600,"memory_alloc":11837232,"memory_total":1496518640,"rss":311296},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2552,"done":2552},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2540,"published":12,"total":2552},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8149,"15":3.3511,"5":3.0435,"norm":{"1":0.1759,"15":0.2094,"5":0.1902}}}}}}
2020-05-06T11:22:37.113-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2727,"time":{"ms":179}},"total":{"ticks":12426,"time":{"ms":834},"value":12426},"user":{"ticks":9699,"time":{"ms":655}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":450022}},"memstats":{"gc_next":19665360,"memory_alloc":11664520,"memory_total":1603360344,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2630,"done":2630},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2618,"published":12,"total":2630},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9033,"15":3.3369,"5":3.0386,"norm":{"1":0.1815,"15":0.2086,"5":0.1899}}}}}}
2020-05-06T11:23:07.114-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":2910,"time":{"ms":183}},"total":{"ticks":13244,"time":{"ms":818},"value":13244},"user":{"ticks":10334,"time":{"ms":635}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":480023}},"memstats":{"gc_next":19527824,"memory_alloc":12452104,"memory_total":1703457472,"rss":24576},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2433,"done":2433},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2421,"published":12,"total":2433},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2651,"15":3.2661,"5":2.873,"norm":{"1":0.1416,"15":0.2041,"5":0.1796}}}}}}
2020-05-06T11:23:37.117-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":3086,"time":{"ms":176}},"total":{"ticks":14031,"time":{"ms":787},"value":14031},"user":{"ticks":10945,"time":{"ms":611}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":510024}},"memstats":{"gc_next":19587312,"memory_alloc":11706024,"memory_total":1801467928,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2408,"done":2408},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2396,"published":12,"total":2408},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":1.9741,"15":3.2036,"5":2.7412,"norm":{"1":0.1234,"15":0.2002,"5":0.1713}}}}}}
2020-05-06T11:24:07.115-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":3280,"time":{"ms":194}},"total":{"ticks":14899,"time":{"ms":868},"value":14899},"user":{"ticks":11619,"time":{"ms":674}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":540022}},"memstats":{"gc_next":19570608,"memory_alloc":13843472,"memory_total":1911211920,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2689,"done":2689},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2677,"published":12,"total":2689},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2041,"15":3.1772,"5":2.7183,"norm":{"1":0.1378,"15":0.1986,"5":0.1699}}}}}}
2020-05-06T11:24:37.117-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":3452,"time":{"ms":172}},"total":{"ticks":15675,"time":{"ms":776},"value":15675},"user":{"ticks":12223,"time":{"ms":604}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":570023}},"memstats":{"gc_next":19694352,"memory_alloc":17215880,"memory_total":2014228440,"rss":798720},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2556,"done":2556},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2544,"published":12,"total":2556},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8042,"15":3.1978,"5":2.8218,"norm":{"1":0.1753,"15":0.1999,"5":0.1764}}}}}}
2020-05-06T11:25:07.118-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":3639,"time":{"ms":187}},"total":{"ticks":16528,"time":{"ms":853},"value":16528},"user":{"ticks":12889,"time":{"ms":666}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":600023}},"memstats":{"gc_next":19694704,"memory_alloc":10861024,"memory_total":2124489440,"rss":32768},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2709,"done":2709},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2697,"published":12,"total":2709},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7646,"15":3.1724,"5":2.7935,"norm":{"1":0.1728,"15":0.1983,"5":0.1746}}}}}}
2020-05-06T11:25:37.118-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":3837,"time":{"ms":198}},"total":{"ticks":17397,"time":{"ms":869},"value":17397},"user":{"ticks":13560,"time":{"ms":671}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":630022}},"memstats":{"gc_next":19654032,"memory_alloc":17051144,"memory_total":2229419984,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2517,"done":2517},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2505,"published":12,"total":2517},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2178,"15":3.1929,"5":2.8931,"norm":{"1":0.2011,"15":0.1996,"5":0.1808}}}}}}
2020-05-06T11:26:07.120-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4010,"time":{"ms":173}},"total":{"ticks":18159,"time":{"ms":762},"value":18159},"user":{"ticks":14149,"time":{"ms":589}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":660023}},"memstats":{"gc_next":19852368,"memory_alloc":15202168,"memory_total":2326108120,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2425,"done":2425},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2413,"published":12,"total":2425},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2983,"15":3.2017,"5":2.9478,"norm":{"1":0.2061,"15":0.2001,"5":0.1842}}}}}}
2020-05-06T11:26:37.119-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4208,"time":{"ms":198}},"total":{"ticks":19021,"time":{"ms":862},"value":19021},"user":{"ticks":14813,"time":{"ms":664}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":690022}},"memstats":{"gc_next":19657040,"memory_alloc":13844952,"memory_total":2432322224,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2593,"done":2593},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2581,"published":12,"total":2593},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7964,"15":3.1636,"5":2.8687,"norm":{"1":0.1748,"15":0.1977,"5":0.1793}}}}}}
2020-05-06T11:27:07.121-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4403,"time":{"ms":195}},"total":{"ticks":19887,"time":{"ms":866},"value":19887},"user":{"ticks":15484,"time":{"ms":671}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":720022}},"memstats":{"gc_next":19576048,"memory_alloc":13406096,"memory_total":2538457928},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2616,"done":2616},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2604,"published":12,"total":2616},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7944,"15":3.146,"5":2.8496,"norm":{"1":0.1747,"15":0.1966,"5":0.1781}}}}}}
2020-05-06T11:27:37.121-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4594,"time":{"ms":191}},"total":{"ticks":20745,"time":{"ms":858},"value":20745},"user":{"ticks":16151,"time":{"ms":667}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":750022}},"memstats":{"gc_next":19602048,"memory_alloc":11149240,"memory_total":2644212640,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2610,"done":2610},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2598,"published":12,"total":2610},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9785,"15":3.1563,"5":2.9067,"norm":{"1":0.1862,"15":0.1973,"5":0.1817}}}}}}
2020-05-06T11:28:07.123-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4785,"time":{"ms":191}},"total":{"ticks":21609,"time":{"ms":864},"value":21609},"user":{"ticks":16824,"time":{"ms":673}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":780023}},"memstats":{"gc_next":19818928,"memory_alloc":10750264,"memory_total":2759314056,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2891,"done":2891},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2881,"published":10,"total":2891},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6484,"15":3.1211,"5":2.835,"norm":{"1":0.1655,"15":0.1951,"5":0.1772}}}}}}
2020-05-06T11:28:37.125-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":4969,"time":{"ms":185}},"total":{"ticks":22430,"time":{"ms":823},"value":22430},"user":{"ticks":17461,"time":{"ms":638}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":810023}},"memstats":{"gc_next":19491456,"memory_alloc":17887304,"memory_total":2865242456,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2625,"done":2625},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2615,"published":10,"total":2625},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0044,"15":3.1338,"5":2.897,"norm":{"1":0.1878,"15":0.1959,"5":0.1811}}}}}}
2020-05-06T11:29:07.126-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":5171,"time":{"ms":201}},"total":{"ticks":23333,"time":{"ms":901},"value":23333},"user":{"ticks":18162,"time":{"ms":700}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":840024}},"memstats":{"gc_next":19694688,"memory_alloc":14770896,"memory_total":2979252792,"rss":24576},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2853,"done":2853},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2841,"published":12,"total":2853},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7847,"15":3.1045,"5":2.8442,"norm":{"1":0.174,"15":0.194,"5":0.1778}}}}}}
2020-05-06T11:29:37.126-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":5366,"time":{"ms":195}},"total":{"ticks":24193,"time":{"ms":860},"value":24193},"user":{"ticks":18827,"time":{"ms":665}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":870023}},"memstats":{"gc_next":19712496,"memory_alloc":14684384,"memory_total":3086429760,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2653,"done":2653},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2641,"published":12,"total":2653},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0825,"15":3.1221,"5":2.9194,"norm":{"1":0.1927,"15":0.1951,"5":0.1825}}}}}}
2020-05-06T11:30:07.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":5563,"time":{"ms":197}},"total":{"ticks":25066,"time":{"ms":873},"value":25066},"user":{"ticks":19503,"time":{"ms":676}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":900024}},"memstats":{"gc_next":19539904,"memory_alloc":10008496,"memory_total":3189817384,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2523,"done":2523},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2511,"published":12,"total":2523},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2295,"15":3.1396,"5":2.9854,"norm":{"1":0.2018,"15":0.1962,"5":0.1866}}}}}}
2020-05-06T11:30:37.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":5745,"time":{"ms":182}},"total":{"ticks":25863,"time":{"ms":797},"value":25863},"user":{"ticks":20118,"time":{"ms":615}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":930023}},"memstats":{"gc_next":19584256,"memory_alloc":13727424,"memory_total":3292377288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2518,"done":2518},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2506,"published":12,"total":2518},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.3511,"15":3.1567,"5":3.0459,"norm":{"1":0.2094,"15":0.1973,"5":0.1904}}}}}}
2020-05-06T11:31:07.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":5942,"time":{"ms":197}},"total":{"ticks":26729,"time":{"ms":866},"value":26729},"user":{"ticks":20787,"time":{"ms":669}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":960022}},"memstats":{"gc_next":19566240,"memory_alloc":10232624,"memory_total":3404568720,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2789,"done":2789},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2777,"published":12,"total":2789},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.7495,"15":3.1914,"5":3.1558,"norm":{"1":0.2343,"15":0.1995,"5":0.1972}}}}}}
2020-05-06T11:31:37.129-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6144,"time":{"ms":202}},"total":{"ticks":27626,"time":{"ms":897},"value":27626},"user":{"ticks":21482,"time":{"ms":695}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":990022}},"memstats":{"gc_next":19575936,"memory_alloc":15889752,"memory_total":3517935968,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2811,"done":2811},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2799,"published":12,"total":2811},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.3877,"15":3.1719,"5":3.1108,"norm":{"1":0.2117,"15":0.1982,"5":0.1944}}}}}}
2020-05-06T11:32:07.132-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6321,"time":{"ms":177}},"total":{"ticks":28421,"time":{"ms":795},"value":28421},"user":{"ticks":22100,"time":{"ms":618}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1020024}},"memstats":{"gc_next":19533872,"memory_alloc":9917728,"memory_total":3619070656,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2442,"done":2442},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2430,"published":12,"total":2442},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2822,"15":3.1748,"5":3.127,"norm":{"1":0.2051,"15":0.1984,"5":0.1954}}}}}}
2020-05-06T11:32:37.131-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6490,"time":{"ms":169}},"total":{"ticks":29192,"time":{"ms":771},"value":29192},"user":{"ticks":22702,"time":{"ms":602}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1050023}},"memstats":{"gc_next":19633456,"memory_alloc":11351680,"memory_total":3718613848,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2449,"done":2449},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2437,"published":12,"total":2449},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0776,"15":3.1563,"5":3.083,"norm":{"1":0.1924,"15":0.1973,"5":0.1927}}}}}}
2020-05-06T11:33:07.132-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6649,"time":{"ms":159}},"total":{"ticks":29931,"time":{"ms":739},"value":29931},"user":{"ticks":23282,"time":{"ms":580}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1080023}},"memstats":{"gc_next":19591184,"memory_alloc":14066728,"memory_total":3812805184,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2269,"done":2269},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2257,"published":12,"total":2269},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8394,"15":3.1323,"5":3.0254,"norm":{"1":0.1775,"15":0.1958,"5":0.1891}}}}}}
2020-05-06T11:33:37.120-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6825,"time":{"ms":176}},"total":{"ticks":30731,"time":{"ms":800},"value":30731},"user":{"ticks":23906,"time":{"ms":624}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1110023}},"memstats":{"gc_next":19640176,"memory_alloc":11073408,"memory_total":3917356144,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2556,"done":2556},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2544,"published":12,"total":2556},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1084,"15":3.144,"5":3.0698,"norm":{"1":0.1943,"15":0.1965,"5":0.1919}}}}}}
2020-05-06T11:34:07.119-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":6996,"time":{"ms":172}},"total":{"ticks":31530,"time":{"ms":801},"value":31530},"user":{"ticks":24534,"time":{"ms":629}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1140024}},"memstats":{"gc_next":19665568,"memory_alloc":18033656,"memory_total":4023029632,"rss":24576},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2593,"done":2593},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2581,"published":12,"total":2593},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.5161,"15":3.1782,"5":3.1729,"norm":{"1":0.2198,"15":0.1986,"5":0.1983}}}}}}
2020-05-06T11:34:37.118-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":7182,"time":{"ms":185}},"total":{"ticks":32370,"time":{"ms":838},"value":32370},"user":{"ticks":25188,"time":{"ms":653}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1170023}},"memstats":{"gc_next":19652160,"memory_alloc":11278664,"memory_total":4134138656,"rss":20480},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2755,"done":2755},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2743,"published":12,"total":2755},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1035,"15":3.1533,"5":3.1069,"norm":{"1":0.194,"15":0.1971,"5":0.1942}}}}}}
2020-05-06T11:35:07.119-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":7357,"time":{"ms":175}},"total":{"ticks":33154,"time":{"ms":784},"value":33154},"user":{"ticks":25797,"time":{"ms":609}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1200023}},"memstats":{"gc_next":19707728,"memory_alloc":12500512,"memory_total":4233751640,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2438,"done":2438},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2426,"published":12,"total":2438},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9785,"15":3.1416,"5":3.0781,"norm":{"1":0.1862,"15":0.1964,"5":0.1924}}}}}}
2020-05-06T11:35:37.119-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":7572,"time":{"ms":215}},"total":{"ticks":34061,"time":{"ms":907},"value":34061},"user":{"ticks":26489,"time":{"ms":692}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1230022}},"memstats":{"gc_next":19728704,"memory_alloc":17627576,"memory_total":4346807976,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2826,"done":2826},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2814,"published":12,"total":2826},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.7856,"15":3.2046,"5":3.2607,"norm":{"1":0.2366,"15":0.2003,"5":0.2038}}}}}}
2020-05-06T11:36:07.120-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":7761,"time":{"ms":189}},"total":{"ticks":34886,"time":{"ms":825},"value":34886},"user":{"ticks":27125,"time":{"ms":636}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1260022}},"memstats":{"gc_next":19632016,"memory_alloc":11845952,"memory_total":4449614744,"rss":40960},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2505,"done":2505},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2493,"published":12,"total":2505},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.4585,"15":3.1958,"5":3.2339,"norm":{"1":0.2162,"15":0.1997,"5":0.2021}}}}}}
2020-05-06T11:36:37.120-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":7960,"time":{"ms":199}},"total":{"ticks":35743,"time":{"ms":857},"value":35743},"user":{"ticks":27783,"time":{"ms":658}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1290022}},"memstats":{"gc_next":19655008,"memory_alloc":14455680,"memory_total":4559619344},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2698,"done":2698},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2686,"published":12,"total":2698},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2275,"15":3.1812,"5":3.1958,"norm":{"1":0.2017,"15":0.1988,"5":0.1997}}}}}}
2020-05-06T11:37:07.122-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":8146,"time":{"ms":186}},"total":{"ticks":36577,"time":{"ms":834},"value":36577},"user":{"ticks":28431,"time":{"ms":648}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1320022}},"memstats":{"gc_next":19522224,"memory_alloc":11653584,"memory_total":4664577512,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2580,"done":2580},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2568,"published":12,"total":2580},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.314,"15":3.1802,"5":3.1968,"norm":{"1":0.2071,"15":0.1988,"5":0.1998}}}}}}
2020-05-06T11:37:37.124-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":8335,"time":{"ms":189}},"total":{"ticks":37410,"time":{"ms":833},"value":37410},"user":{"ticks":29075,"time":{"ms":644}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1350023}},"memstats":{"gc_next":19587856,"memory_alloc":13349584,"memory_total":4764699040},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2450,"done":2450},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2440,"published":10,"total":2450},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2993,"15":3.189,"5":3.2202,"norm":{"1":0.2062,"15":0.1993,"5":0.2013}}}}}}
2020-05-06T11:38:07.123-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":8527,"time":{"ms":192}},"total":{"ticks":38254,"time":{"ms":844},"value":38254},"user":{"ticks":29727,"time":{"ms":652}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1380022}},"memstats":{"gc_next":19892016,"memory_alloc":10977872,"memory_total":4869492128,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2594,"done":2594},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2582,"published":12,"total":2594},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1445,"15":3.1743,"5":3.1836,"norm":{"1":0.1965,"15":0.1984,"5":0.199}}}}}}
2020-05-06T11:38:37.124-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":8713,"time":{"ms":186}},"total":{"ticks":39054,"time":{"ms":800},"value":39054},"user":{"ticks":30341,"time":{"ms":614}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1410022}},"memstats":{"gc_next":19577360,"memory_alloc":15230248,"memory_total":4973328640},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2537,"done":2537},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2525,"published":12,"total":2537},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6523,"15":3.1318,"5":3.0674,"norm":{"1":0.1658,"15":0.1957,"5":0.1917}}}}}}
2020-05-06T11:39:07.127-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":8902,"time":{"ms":189}},"total":{"ticks":39901,"time":{"ms":847},"value":39901},"user":{"ticks":30999,"time":{"ms":658}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1440024}},"memstats":{"gc_next":19669904,"memory_alloc":9839344,"memory_total":5074994968,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2501,"done":2501},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2489,"published":12,"total":2501},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.5825,"15":3.1143,"5":3.0239,"norm":{"1":0.1614,"15":0.1946,"5":0.189}}}}}}
2020-05-06T11:39:37.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":9093,"time":{"ms":191}},"total":{"ticks":40720,"time":{"ms":819},"value":40720},"user":{"ticks":31627,"time":{"ms":628}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1470023}},"memstats":{"gc_next":19758032,"memory_alloc":13375088,"memory_total":5176847176,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2480,"done":2480},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2468,"published":12,"total":2480},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4961,"15":3.0908,"5":2.9702,"norm":{"1":0.156,"15":0.1932,"5":0.1856}}}}}}
2020-05-06T11:40:07.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":9279,"time":{"ms":186}},"total":{"ticks":41546,"time":{"ms":826},"value":41546},"user":{"ticks":32267,"time":{"ms":640}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1500023}},"memstats":{"gc_next":19527808,"memory_alloc":17882656,"memory_total":5280312192,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2551,"done":2551},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2539,"published":12,"total":2551},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.1504,"15":3.04,"5":2.8442,"norm":{"1":0.1344,"15":0.19,"5":0.1778}}}}}}
2020-05-06T11:40:37.128-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":9471,"time":{"ms":192}},"total":{"ticks":42404,"time":{"ms":858},"value":42404},"user":{"ticks":32933,"time":{"ms":666}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1530022}},"memstats":{"gc_next":19691968,"memory_alloc":12779688,"memory_total":5384488576,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2573,"done":2573},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2561,"published":12,"total":2573},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.0928,"15":3.0083,"5":2.7754,"norm":{"1":0.1308,"15":0.188,"5":0.1735}}}}}}
2020-05-06T11:41:07.130-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":9656,"time":{"ms":185}},"total":{"ticks":43221,"time":{"ms":817},"value":43221},"user":{"ticks":33565,"time":{"ms":632}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1560024}},"memstats":{"gc_next":19657216,"memory_alloc":14455424,"memory_total":5486130088,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2509,"done":2509},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2497,"published":12,"total":2509},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2451,"15":2.9839,"5":2.7344,"norm":{"1":0.1403,"15":0.1865,"5":0.1709}}}}}}
2020-05-06T11:41:37.130-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":9842,"time":{"ms":186}},"total":{"ticks":44072,"time":{"ms":851},"value":44072},"user":{"ticks":34230,"time":{"ms":665}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1590022}},"memstats":{"gc_next":19687424,"memory_alloc":16308904,"memory_total":5596446696,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2695,"done":2695},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2683,"published":12,"total":2695},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2168,"15":2.9546,"5":2.6787,"norm":{"1":0.1385,"15":0.1847,"5":0.1674}}}}}}
2020-05-06T11:42:07.132-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10033,"time":{"ms":191}},"total":{"ticks":44928,"time":{"ms":856},"value":44928},"user":{"ticks":34895,"time":{"ms":665}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1620023}},"memstats":{"gc_next":19541840,"memory_alloc":17400648,"memory_total":5705417096,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2721,"done":2721},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2709,"published":12,"total":2721},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2007,"15":2.9253,"5":2.6284,"norm":{"1":0.1375,"15":0.1828,"5":0.1643}}}}}}
2020-05-06T11:42:37.133-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10227,"time":{"ms":194}},"total":{"ticks":45768,"time":{"ms":840},"value":45768},"user":{"ticks":35541,"time":{"ms":646}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1650024}},"memstats":{"gc_next":19596528,"memory_alloc":12865560,"memory_total":5809094112,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2569,"done":2569},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2557,"published":12,"total":2569},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4575,"15":2.9155,"5":2.6338,"norm":{"1":0.1536,"15":0.1822,"5":0.1646}}}}}}
2020-05-06T11:43:07.134-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10408,"time":{"ms":181}},"total":{"ticks":46558,"time":{"ms":790},"value":46558},"user":{"ticks":36150,"time":{"ms":609}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1680024}},"memstats":{"gc_next":19592192,"memory_alloc":15649648,"memory_total":5902612072,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2273,"done":2273},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2261,"published":12,"total":2273},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7197,"15":2.9185,"5":2.6694,"norm":{"1":0.17,"15":0.1824,"5":0.1668}}}}}}
2020-05-06T11:43:37.138-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10596,"time":{"ms":188}},"total":{"ticks":47392,"time":{"ms":834},"value":47392},"user":{"ticks":36796,"time":{"ms":646}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1710027}},"memstats":{"gc_next":19671120,"memory_alloc":12259184,"memory_total":6007026272},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2582,"done":2582},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2570,"published":12,"total":2582},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6973,"15":2.9126,"5":2.6802,"norm":{"1":0.1686,"15":0.182,"5":0.1675}}}}}}
2020-05-06T11:44:07.134-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10767,"time":{"ms":171}},"total":{"ticks":48176,"time":{"ms":784},"value":48176},"user":{"ticks":37409,"time":{"ms":613}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1740022}},"memstats":{"gc_next":19730048,"memory_alloc":14550752,"memory_total":6108402472,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2478,"done":2478},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2466,"published":12,"total":2478},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1089,"15":2.9429,"5":2.7871,"norm":{"1":0.1943,"15":0.1839,"5":0.1742}}}}}}
2020-05-06T11:44:37.139-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":10963,"time":{"ms":196}},"total":{"ticks":49048,"time":{"ms":872},"value":49048},"user":{"ticks":38085,"time":{"ms":676}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1770025}},"memstats":{"gc_next":19686144,"memory_alloc":9923720,"memory_total":6219303704},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2761,"done":2761},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2749,"published":12,"total":2761},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7588,"15":2.9194,"5":2.7393,"norm":{"1":0.1724,"15":0.1825,"5":0.1712}}}}}}
2020-05-06T11:45:07.136-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":11142,"time":{"ms":179}},"total":{"ticks":49881,"time":{"ms":834},"value":49881},"user":{"ticks":38739,"time":{"ms":655}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1800022}},"memstats":{"gc_next":19817952,"memory_alloc":14154896,"memory_total":6330043656,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2799,"done":2799},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2787,"published":12,"total":2799},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6602,"15":2.9082,"5":2.7275,"norm":{"1":0.1663,"15":0.1818,"5":0.1705}}}}}}
2020-05-06T11:45:37.140-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":11336,"time":{"ms":194}},"total":{"ticks":50746,"time":{"ms":864},"value":50746},"user":{"ticks":39410,"time":{"ms":670}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1830025}},"memstats":{"gc_next":19677968,"memory_alloc":10682808,"memory_total":6434541344},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2563,"done":2563},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2551,"published":12,"total":2563},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.645,"15":2.8989,"5":2.7202,"norm":{"1":0.1653,"15":0.1812,"5":0.17}}}}}}
2020-05-06T11:46:07.143-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":11507,"time":{"ms":171}},"total":{"ticks":51498,"time":{"ms":752},"value":51498},"user":{"ticks":39991,"time":{"ms":581}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1860026}},"memstats":{"gc_next":19495968,"memory_alloc":10344104,"memory_total":6525223496,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2182,"done":2182},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2170,"published":12,"total":2182},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8154,"15":2.9019,"5":2.7471,"norm":{"1":0.176,"15":0.1814,"5":0.1717}}}}}}
2020-05-06T11:46:37.139-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":11705,"time":{"ms":198}},"total":{"ticks":52350,"time":{"ms":852},"value":52350},"user":{"ticks":40645,"time":{"ms":654}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1890022}},"memstats":{"gc_next":19436928,"memory_alloc":13604184,"memory_total":6626659144,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2454,"done":2454},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":11,"batches":6,"total":11},"write":{"bytes":11673}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2443,"published":11,"total":2454},"queue":{"acked":11}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0264,"15":2.9106,"5":2.7886,"norm":{"1":0.1891,"15":0.1819,"5":0.1743}}}}}}
2020-05-06T11:47:07.140-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":11901,"time":{"ms":196}},"total":{"ticks":53207,"time":{"ms":857},"value":53207},"user":{"ticks":41306,"time":{"ms":661}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1920023}},"memstats":{"gc_next":19577136,"memory_alloc":14405168,"memory_total":6726949176},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2456,"done":2456},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2446,"published":10,"total":2456},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8979,"15":2.9019,"5":2.7764,"norm":{"1":0.1811,"15":0.1814,"5":0.1735}}}}}}
2020-05-06T11:47:37.143-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":12085,"time":{"ms":184}},"total":{"ticks":54020,"time":{"ms":813},"value":54020},"user":{"ticks":41935,"time":{"ms":629}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1950024}},"memstats":{"gc_next":19533808,"memory_alloc":12807136,"memory_total":6823991000,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2368,"done":2368},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2358,"published":10,"total":2368},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8062,"15":2.8984,"5":2.7769,"norm":{"1":0.1754,"15":0.1812,"5":0.1736}}}}}}
2020-05-06T11:48:07.142-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":12268,"time":{"ms":183}},"total":{"ticks":54843,"time":{"ms":823},"value":54843},"user":{"ticks":42575,"time":{"ms":640}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":1980022}},"memstats":{"gc_next":19754240,"memory_alloc":14826912,"memory_total":6925060232,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2461,"done":2461},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2449,"published":12,"total":2461},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4932,"15":2.8604,"5":2.6885,"norm":{"1":0.1558,"15":0.1788,"5":0.168}}}}}}
2020-05-06T11:48:37.145-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":12440,"time":{"ms":172}},"total":{"ticks":55629,"time":{"ms":786},"value":55629},"user":{"ticks":43189,"time":{"ms":614}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2010024}},"memstats":{"gc_next":19787440,"memory_alloc":15370512,"memory_total":7025458328},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2467,"done":2467},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2455,"published":12,"total":2467},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.3267,"15":2.834,"5":2.6353,"norm":{"1":0.1454,"15":0.1771,"5":0.1647}}}}}}
2020-05-06T11:49:07.145-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":12630,"time":{"ms":190}},"total":{"ticks":56514,"time":{"ms":885},"value":56514},"user":{"ticks":43884,"time":{"ms":695}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2040024}},"memstats":{"gc_next":19966960,"memory_alloc":17879544,"memory_total":7136412408},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2752,"done":2752},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2740,"published":12,"total":2752},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4067,"15":2.8252,"5":2.6343,"norm":{"1":0.1504,"15":0.1766,"5":0.1646}}}}}}
2020-05-06T11:49:37.147-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":12822,"time":{"ms":192}},"total":{"ticks":57362,"time":{"ms":848},"value":57362},"user":{"ticks":44540,"time":{"ms":656}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2070025}},"memstats":{"gc_next":19615392,"memory_alloc":16476360,"memory_total":7235290456,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2396,"done":2396},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2384,"published":12,"total":2396},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.3242,"15":2.8018,"5":2.5884,"norm":{"1":0.1453,"15":0.1751,"5":0.1618}}}}}}
2020-05-06T11:50:07.147-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13014,"time":{"ms":192}},"total":{"ticks":58235,"time":{"ms":873},"value":58235},"user":{"ticks":45221,"time":{"ms":681}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2100024}},"memstats":{"gc_next":19680688,"memory_alloc":10288904,"memory_total":7345375000},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2736,"done":2736},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2724,"published":12,"total":2736},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.5098,"15":2.8018,"5":2.6094,"norm":{"1":0.1569,"15":0.1751,"5":0.1631}}}}}}
2020-05-06T11:50:37.136-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13196,"time":{"ms":182}},"total":{"ticks":59039,"time":{"ms":804},"value":59039},"user":{"ticks":45843,"time":{"ms":622}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2130023}},"memstats":{"gc_next":19643600,"memory_alloc":16835120,"memory_total":7443079256,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2386,"done":2386},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2374,"published":12,"total":2386},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7363,"15":2.8066,"5":2.6421,"norm":{"1":0.171,"15":0.1754,"5":0.1651}}}}}}
2020-05-06T11:51:07.134-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13385,"time":{"ms":189}},"total":{"ticks":59866,"time":{"ms":827},"value":59866},"user":{"ticks":46481,"time":{"ms":638}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2160025}},"memstats":{"gc_next":19576240,"memory_alloc":13517656,"memory_total":7539448792,"rss":258048},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2335,"done":2335},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2323,"published":12,"total":2335},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.5869,"15":2.7891,"5":2.6123,"norm":{"1":0.1617,"15":0.1743,"5":0.1633}}}}}}
2020-05-06T11:51:37.131-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13576,"time":{"ms":191}},"total":{"ticks":60719,"time":{"ms":853},"value":60719},"user":{"ticks":47143,"time":{"ms":662}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2190022}},"memstats":{"gc_next":19511328,"memory_alloc":13617984,"memory_total":7646194568,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2615,"done":2615},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2603,"published":12,"total":2615},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.771,"15":2.8008,"5":2.6621,"norm":{"1":0.1732,"15":0.175,"5":0.1664}}}}}}
2020-05-06T11:52:07.134-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13750,"time":{"ms":174}},"total":{"ticks":61502,"time":{"ms":783},"value":61502},"user":{"ticks":47752,"time":{"ms":609}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2220024}},"memstats":{"gc_next":19605872,"memory_alloc":11615696,"memory_total":7743197536,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2355,"done":2355},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2343,"published":12,"total":2355},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2793,"15":2.7539,"5":2.5503,"norm":{"1":0.1425,"15":0.1721,"5":0.1594}}}}}}
2020-05-06T11:52:37.137-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":13921,"time":{"ms":171}},"total":{"ticks":62308,"time":{"ms":806},"value":62308},"user":{"ticks":48387,"time":{"ms":635}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2250026}},"memstats":{"gc_next":19725584,"memory_alloc":12579264,"memory_total":7843505296},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2447,"done":2447},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2435,"published":12,"total":2447},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4814,"15":2.7505,"5":2.5625,"norm":{"1":0.1551,"15":0.1719,"5":0.1602}}}}}}
2020-05-06T11:53:07.135-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":14102,"time":{"ms":181}},"total":{"ticks":63126,"time":{"ms":818},"value":63126},"user":{"ticks":49024,"time":{"ms":637}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2280022}},"memstats":{"gc_next":19645856,"memory_alloc":13028504,"memory_total":7943919040},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2457,"done":2457},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2445,"published":12,"total":2457},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2676,"15":2.7236,"5":2.5063,"norm":{"1":0.1417,"15":0.1702,"5":0.1566}}}}}}
2020-05-06T11:53:37.137-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":14300,"time":{"ms":198}},"total":{"ticks":64019,"time":{"ms":893},"value":64019},"user":{"ticks":49719,"time":{"ms":695}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2310025}},"memstats":{"gc_next":19446224,"memory_alloc":15844984,"memory_total":8055065456,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2792,"done":2792},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2780,"published":12,"total":2792},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0313,"15":2.7729,"5":2.6641,"norm":{"1":0.1895,"15":0.1733,"5":0.1665}}}}}}
2020-05-06T11:54:07.136-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":14477,"time":{"ms":177}},"total":{"ticks":64801,"time":{"ms":782},"value":64801},"user":{"ticks":50324,"time":{"ms":605}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2340022}},"memstats":{"gc_next":19392944,"memory_alloc":12928384,"memory_total":8152204392},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2374,"done":2374},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2362,"published":12,"total":2374},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0195,"15":2.7847,"5":2.7075,"norm":{"1":0.1887,"15":0.174,"5":0.1692}}}}}}
2020-05-06T11:54:37.141-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":14672,"time":{"ms":195}},"total":{"ticks":65693,"time":{"ms":892},"value":65693},"user":{"ticks":51021,"time":{"ms":697}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2370026}},"memstats":{"gc_next":19712192,"memory_alloc":13656664,"memory_total":8269071480,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2885,"done":2885},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2873,"published":12,"total":2885},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8999,"15":2.7788,"5":2.7031,"norm":{"1":0.1812,"15":0.1737,"5":0.1689}}}}}}
2020-05-06T11:55:07.142-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":14855,"time":{"ms":183}},"total":{"ticks":66485,"time":{"ms":792},"value":66485},"user":{"ticks":51630,"time":{"ms":609}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2400025}},"memstats":{"gc_next":19527888,"memory_alloc":17092592,"memory_total":8364216008,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2309,"done":2309},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2297,"published":12,"total":2309},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6265,"15":2.7612,"5":2.6641,"norm":{"1":0.1642,"15":0.1726,"5":0.1665}}}}}}
2020-05-06T11:55:37.142-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15031,"time":{"ms":176}},"total":{"ticks":67288,"time":{"ms":803},"value":67288},"user":{"ticks":52257,"time":{"ms":627}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2430025}},"memstats":{"gc_next":19486640,"memory_alloc":16509560,"memory_total":8463526664,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2422,"done":2422},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2410,"published":12,"total":2422},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6211,"15":2.7554,"5":2.6621,"norm":{"1":0.1638,"15":0.1722,"5":0.1664}}}}}}
2020-05-06T11:56:07.142-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15224,"time":{"ms":193}},"total":{"ticks":68127,"time":{"ms":839},"value":68127},"user":{"ticks":52903,"time":{"ms":646}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2460024}},"memstats":{"gc_next":19706304,"memory_alloc":13712656,"memory_total":8568890992,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2623,"done":2623},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2611,"published":12,"total":2623},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6973,"15":2.7559,"5":2.6768,"norm":{"1":0.1686,"15":0.1722,"5":0.1673}}}}}}
2020-05-06T11:56:37.143-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15411,"time":{"ms":187}},"total":{"ticks":68977,"time":{"ms":850},"value":68977},"user":{"ticks":53566,"time":{"ms":663}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2490025}},"memstats":{"gc_next":19726032,"memory_alloc":11772344,"memory_total":8675139432},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2582,"done":2582},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2572,"published":10,"total":2582},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7178,"15":2.7559,"5":2.6885,"norm":{"1":0.1699,"15":0.1722,"5":0.168}}}}}}
2020-05-06T11:57:07.144-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15606,"time":{"ms":195}},"total":{"ticks":69871,"time":{"ms":894},"value":69871},"user":{"ticks":54265,"time":{"ms":699}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2520024}},"memstats":{"gc_next":20017056,"memory_alloc":11597096,"memory_total":8782803232},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2634,"done":2634},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2624,"published":10,"total":2634},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":4.0591,"15":2.8667,"5":3.0059,"norm":{"1":0.2537,"15":0.1792,"5":0.1879}}}}}}
2020-05-06T11:57:37.146-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15784,"time":{"ms":178}},"total":{"ticks":70674,"time":{"ms":803},"value":70674},"user":{"ticks":54890,"time":{"ms":625}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2550025}},"memstats":{"gc_next":19601616,"memory_alloc":12372360,"memory_total":8885252632,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2481,"done":2481},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2469,"published":12,"total":2481},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.8169,"15":2.8755,"5":3.0249,"norm":{"1":0.2386,"15":0.1797,"5":0.1891}}}}}}
2020-05-06T11:58:07.143-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":15983,"time":{"ms":199}},"total":{"ticks":71548,"time":{"ms":874},"value":71548},"user":{"ticks":55565,"time":{"ms":675}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2580022}},"memstats":{"gc_next":19707504,"memory_alloc":12266896,"memory_total":8993192520,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2706,"done":2706},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2694,"published":12,"total":2706},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.7236,"15":2.896,"5":3.0708,"norm":{"1":0.2327,"15":0.181,"5":0.1919}}}}}}
2020-05-06T11:58:37.144-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":16166,"time":{"ms":183}},"total":{"ticks":72373,"time":{"ms":825},"value":72373},"user":{"ticks":56207,"time":{"ms":642}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2610022}},"memstats":{"gc_next":19628992,"memory_alloc":13314200,"memory_total":9094336272,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2450,"done":2450},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2438,"published":12,"total":2450},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.395,"15":2.8989,"5":3.0605,"norm":{"1":0.2122,"15":0.1812,"5":0.1913}}}}}}
2020-05-06T11:59:07.146-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":16360,"time":{"ms":194}},"total":{"ticks":73218,"time":{"ms":845},"value":73218},"user":{"ticks":56858,"time":{"ms":651}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2640023}},"memstats":{"gc_next":19429616,"memory_alloc":12655240,"memory_total":9193259464},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2415,"done":2415},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2403,"published":12,"total":2415},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8037,"15":2.8667,"5":2.9561,"norm":{"1":0.1752,"15":0.1792,"5":0.1848}}}}}}
2020-05-06T11:59:37.146-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":16537,"time":{"ms":177}},"total":{"ticks":74017,"time":{"ms":799},"value":74017},"user":{"ticks":57480,"time":{"ms":622}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2670022}},"memstats":{"gc_next":19890128,"memory_alloc":15904512,"memory_total":9295034000},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2498,"done":2498},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2486,"published":12,"total":2498},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.3276,"15":2.8228,"5":2.8301,"norm":{"1":0.1455,"15":0.1764,"5":0.1769}}}}}}
2020-05-06T12:00:07.149-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":16734,"time":{"ms":197}},"total":{"ticks":74884,"time":{"ms":867},"value":74884},"user":{"ticks":58150,"time":{"ms":670}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2700025}},"memstats":{"gc_next":19809776,"memory_alloc":12023672,"memory_total":9400311296},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2606,"done":2606},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2594,"published":12,"total":2606},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.2983,"15":2.8042,"5":2.7788,"norm":{"1":0.1436,"15":0.1753,"5":0.1737}}}}}}
2020-05-06T12:00:37.149-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":16925,"time":{"ms":191}},"total":{"ticks":75721,"time":{"ms":837},"value":75721},"user":{"ticks":58796,"time":{"ms":646}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2730023}},"memstats":{"gc_next":19765232,"memory_alloc":14827360,"memory_total":9503092344},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2523,"done":2523},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2511,"published":12,"total":2523},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7632,"15":2.8276,"5":2.8457,"norm":{"1":0.1727,"15":0.1767,"5":0.1779}}}}}}
2020-05-06T12:01:07.152-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":17108,"time":{"ms":183}},"total":{"ticks":76531,"time":{"ms":810},"value":76531},"user":{"ticks":59423,"time":{"ms":627}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2760025}},"memstats":{"gc_next":19461520,"memory_alloc":10479136,"memory_total":9599518760,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2353,"done":2353},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2341,"published":12,"total":2353},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.3457,"15":2.7866,"5":2.7329,"norm":{"1":0.1466,"15":0.1742,"5":0.1708}}}}}}
2020-05-06T12:01:37.151-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":17308,"time":{"ms":200}},"total":{"ticks":77422,"time":{"ms":891},"value":77422},"user":{"ticks":60114,"time":{"ms":691}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2790024}},"memstats":{"gc_next":19393296,"memory_alloc":14726360,"memory_total":9711851792},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2754,"done":2754},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2742,"published":12,"total":2754},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4858,"15":2.7866,"5":2.7388,"norm":{"1":0.1554,"15":0.1742,"5":0.1712}}}}}}
2020-05-06T12:02:07.151-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":17488,"time":{"ms":180}},"total":{"ticks":78254,"time":{"ms":832},"value":78254},"user":{"ticks":60766,"time":{"ms":652}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2820022}},"memstats":{"gc_next":19421808,"memory_alloc":16741216,"memory_total":9813527544,"rss":278528},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2509,"done":2509},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2497,"published":12,"total":2509},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8877,"15":2.8042,"5":2.7974,"norm":{"1":0.1805,"15":0.1753,"5":0.1748}}}}}}
2020-05-06T12:02:37.152-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":17686,"time":{"ms":198}},"total":{"ticks":79134,"time":{"ms":880},"value":79134},"user":{"ticks":61448,"time":{"ms":682}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2850022}},"memstats":{"gc_next":19589920,"memory_alloc":16730248,"memory_total":9920127976},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2608,"done":2608},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2596,"published":12,"total":2608},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6436,"15":2.7866,"5":2.7505,"norm":{"1":0.1652,"15":0.1742,"5":0.1719}}}}}}
2020-05-06T12:03:07.154-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":17874,"time":{"ms":188}},"total":{"ticks":79964,"time":{"ms":831},"value":79964},"user":{"ticks":62090,"time":{"ms":643}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2880024}},"memstats":{"gc_next":19425136,"memory_alloc":9965008,"memory_total":10022537600,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2533,"done":2533},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2521,"published":12,"total":2533},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7427,"15":2.7983,"5":2.7832,"norm":{"1":0.1714,"15":0.1749,"5":0.174}}}}}}
2020-05-06T12:03:37.155-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":18045,"time":{"ms":171}},"total":{"ticks":80724,"time":{"ms":759},"value":80724},"user":{"ticks":62679,"time":{"ms":588}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2910024}},"memstats":{"gc_next":19789072,"memory_alloc":14121576,"memory_total":10117598056},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2286,"done":2286},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2274,"published":12,"total":2286},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8081,"15":2.7983,"5":2.7886,"norm":{"1":0.1755,"15":0.1749,"5":0.1743}}}}}}
2020-05-06T12:04:07.156-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":18244,"time":{"ms":199}},"total":{"ticks":81615,"time":{"ms":891},"value":81615},"user":{"ticks":63371,"time":{"ms":692}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2940024}},"memstats":{"gc_next":19746384,"memory_alloc":14869232,"memory_total":10226698952,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2710,"done":2710},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2698,"published":12,"total":2710},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.9487,"15":2.8101,"5":2.8237,"norm":{"1":0.1843,"15":0.1756,"5":0.1765}}}}}}
2020-05-06T12:04:37.157-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":18428,"time":{"ms":184}},"total":{"ticks":82455,"time":{"ms":840},"value":82455},"user":{"ticks":64027,"time":{"ms":656}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":2970024}},"memstats":{"gc_next":19557984,"memory_alloc":10533976,"memory_total":10332200912,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2595,"done":2595},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2583,"published":12,"total":2595},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8252,"15":2.7983,"5":2.7944,"norm":{"1":0.1766,"15":0.1749,"5":0.1747}}}}}}
2020-05-06T12:05:07.157-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":18607,"time":{"ms":179}},"total":{"ticks":83250,"time":{"ms":795},"value":83250},"user":{"ticks":64643,"time":{"ms":616}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3000023}},"memstats":{"gc_next":19846608,"memory_alloc":15154760,"memory_total":10428029248},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2356,"done":2356},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2344,"published":12,"total":2356},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0762,"15":2.8218,"5":2.8599,"norm":{"1":0.1923,"15":0.1764,"5":0.1787}}}}}}
2020-05-06T12:05:37.158-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":18811,"time":{"ms":204}},"total":{"ticks":84148,"time":{"ms":898},"value":84148},"user":{"ticks":65337,"time":{"ms":694}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3030023}},"memstats":{"gc_next":19660208,"memory_alloc":13335048,"memory_total":10535236000},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2648,"done":2648},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2636,"published":12,"total":2648},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0903,"15":2.8325,"5":2.8867,"norm":{"1":0.1931,"15":0.177,"5":0.1804}}}}}}
2020-05-06T12:06:07.160-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19001,"time":{"ms":190}},"total":{"ticks":84967,"time":{"ms":819},"value":84967},"user":{"ticks":65966,"time":{"ms":629}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3060024}},"memstats":{"gc_next":19423808,"memory_alloc":16132848,"memory_total":10637862736,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2563,"done":2563},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2553,"published":10,"total":2563},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6099,"15":2.8022,"5":2.7979,"norm":{"1":0.1631,"15":0.1751,"5":0.1749}}}}}}
2020-05-06T12:06:37.159-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19193,"time":{"ms":192}},"total":{"ticks":85836,"time":{"ms":869},"value":85836},"user":{"ticks":66643,"time":{"ms":677}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3090022}},"memstats":{"gc_next":19524192,"memory_alloc":12806808,"memory_total":10744075320,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2606,"done":2606},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":10,"batches":5,"total":10},"write":{"bytes":10610}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2596,"published":10,"total":2606},"queue":{"acked":10}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6528,"15":2.7905,"5":2.7715,"norm":{"1":0.1658,"15":0.1744,"5":0.1732}}}}}}
2020-05-06T12:07:07.162-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19367,"time":{"ms":174}},"total":{"ticks":86626,"time":{"ms":790},"value":86626},"user":{"ticks":67259,"time":{"ms":616}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3120024}},"memstats":{"gc_next":19657184,"memory_alloc":14703864,"memory_total":10845335600},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2496,"done":2496},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2484,"published":12,"total":2496},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6772,"15":2.7847,"5":2.7607,"norm":{"1":0.1673,"15":0.174,"5":0.1725}}}}}}
2020-05-06T12:07:37.164-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19552,"time":{"ms":185}},"total":{"ticks":87461,"time":{"ms":835},"value":87461},"user":{"ticks":67909,"time":{"ms":650}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3150024}},"memstats":{"gc_next":19420544,"memory_alloc":13337008,"memory_total":10953301928,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2668,"done":2668},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2656,"published":12,"total":2668},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6235,"15":2.7729,"5":2.7354,"norm":{"1":0.164,"15":0.1733,"5":0.171}}}}}}
2020-05-06T12:08:07.161-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19722,"time":{"ms":170}},"total":{"ticks":88221,"time":{"ms":760},"value":88221},"user":{"ticks":68499,"time":{"ms":590}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3180022}},"memstats":{"gc_next":19554608,"memory_alloc":9787168,"memory_total":11049474864,"rss":12288},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2328,"done":2328},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2316,"published":12,"total":2328},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6602,"15":2.7676,"5":2.7285,"norm":{"1":0.1663,"15":0.173,"5":0.1705}}}}}}
2020-05-06T12:08:37.162-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":19900,"time":{"ms":178}},"total":{"ticks":89025,"time":{"ms":804},"value":89025},"user":{"ticks":69125,"time":{"ms":626}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3210022}},"memstats":{"gc_next":19808768,"memory_alloc":11983472,"memory_total":11160132384,"rss":16384},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2740,"done":2740},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2728,"published":12,"total":2740},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8813,"15":2.7744,"5":2.7578,"norm":{"1":0.1801,"15":0.1734,"5":0.1724}}}}}}
2020-05-06T12:09:07.163-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":20086,"time":{"ms":186}},"total":{"ticks":89837,"time":{"ms":812},"value":89837},"user":{"ticks":69751,"time":{"ms":626}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3240022}},"memstats":{"gc_next":19654368,"memory_alloc":15104712,"memory_total":11263115080,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2543,"done":2543},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2531,"published":12,"total":2543},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.8057,"15":2.7686,"5":2.748,"norm":{"1":0.1754,"15":0.173,"5":0.1718}}}}}}
2020-05-06T12:09:37.166-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":20270,"time":{"ms":184}},"total":{"ticks":90685,"time":{"ms":848},"value":90685},"user":{"ticks":70415,"time":{"ms":664}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3270024}},"memstats":{"gc_next":19716144,"memory_alloc":13226360,"memory_total":11369434024},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2577,"done":2577},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2565,"published":12,"total":2577},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.4766,"15":2.7402,"5":2.6743,"norm":{"1":0.1548,"15":0.1713,"5":0.1671}}}}}}
2020-05-06T12:10:07.167-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":20454,"time":{"ms":184}},"total":{"ticks":91515,"time":{"ms":830},"value":91515},"user":{"ticks":71061,"time":{"ms":646}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3300024}},"memstats":{"gc_next":19679392,"memory_alloc":14620848,"memory_total":11471727672,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"active":1,"added":2508,"done":2507},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2493,"published":12,"total":2505},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7363,"15":2.7534,"5":2.7192,"norm":{"1":0.171,"15":0.1721,"5":0.17}}}}}}
2020-05-06T12:10:37.166-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":20630,"time":{"ms":176}},"total":{"ticks":92335,"time":{"ms":820},"value":92335},"user":{"ticks":71705,"time":{"ms":644}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3330022}},"memstats":{"gc_next":19937264,"memory_alloc":15667976,"memory_total":11580994456},"runtime":{"goroutines":26}},"filebeat":{"events":{"active":-1,"added":2718,"done":2719},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2709,"published":12,"total":2721},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.877,"15":2.7607,"5":2.7466,"norm":{"1":0.1798,"15":0.1725,"5":0.1717}}}}}}
2020-05-06T12:11:07.166-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":20806,"time":{"ms":176}},"total":{"ticks":93130,"time":{"ms":795},"value":93130},"user":{"ticks":72324,"time":{"ms":619}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3360022}},"memstats":{"gc_next":19599952,"memory_alloc":13657496,"memory_total":11687902280},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2627,"done":2627},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2615,"published":12,"total":2627},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":4.0815,"15":2.8926,"5":3.1055,"norm":{"1":0.2551,"15":0.1808,"5":0.1941}}}}}}
2020-05-06T12:11:37.168-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21018,"time":{"ms":212}},"total":{"ticks":94020,"time":{"ms":890},"value":94020},"user":{"ticks":73002,"time":{"ms":678}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3390022}},"memstats":{"gc_next":19959136,"memory_alloc":12232856,"memory_total":11794469824,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2612,"done":2612},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2600,"published":12,"total":2612},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.0239,"15":2.8428,"5":2.9487,"norm":{"1":0.189,"15":0.1777,"5":0.1843}}}}}}
2020-05-06T12:12:07.169-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21215,"time":{"ms":197}},"total":{"ticks":94908,"time":{"ms":888},"value":94908},"user":{"ticks":73693,"time":{"ms":691}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3420022}},"memstats":{"gc_next":19688576,"memory_alloc":11716536,"memory_total":11910646688,"rss":4096},"runtime":{"goroutines":24}},"filebeat":{"events":{"added":2897,"done":2897},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2885,"published":12,"total":2897},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6631,"15":2.812,"5":2.8579,"norm":{"1":0.1664,"15":0.1758,"5":0.1786}}}}}}
2020-05-06T12:12:37.169-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21401,"time":{"ms":186}},"total":{"ticks":95706,"time":{"ms":798},"value":95706},"user":{"ticks":74305,"time":{"ms":612}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3450022}},"memstats":{"gc_next":19809088,"memory_alloc":15032792,"memory_total":12012231848,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2490,"done":2490},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2478,"published":12,"total":2490},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.7285,"15":2.812,"5":2.854,"norm":{"1":0.1705,"15":0.1758,"5":0.1784}}}}}}
2020-05-06T12:13:07.171-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21585,"time":{"ms":184}},"total":{"ticks":96531,"time":{"ms":825},"value":96531},"user":{"ticks":74946,"time":{"ms":641}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3480022}},"memstats":{"gc_next":19555888,"memory_alloc":17359552,"memory_total":12114373496},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2517,"done":2517},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2505,"published":12,"total":2517},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":2.6348,"15":2.8003,"5":2.8184,"norm":{"1":0.1647,"15":0.175,"5":0.1761}}}}}}
2020-05-06T12:13:37.171-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21766,"time":{"ms":181}},"total":{"ticks":97327,"time":{"ms":796},"value":97327},"user":{"ticks":75561,"time":{"ms":615}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3510022}},"memstats":{"gc_next":19625968,"memory_alloc":17319744,"memory_total":12214322264},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2441,"done":2441},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2429,"published":12,"total":2441},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.4302,"15":2.8638,"5":2.9937,"norm":{"1":0.2144,"15":0.179,"5":0.1871}}}}}}
2020-05-06T12:14:07.173-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":21953,"time":{"ms":187}},"total":{"ticks":98165,"time":{"ms":838},"value":98165},"user":{"ticks":76212,"time":{"ms":651}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3540022}},"memstats":{"gc_next":19883776,"memory_alloc":14102808,"memory_total":12319588768,"rss":8192},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2596,"done":2596},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2584,"published":12,"total":2596},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.2993,"15":2.8667,"5":2.9951,"norm":{"1":0.2062,"15":0.1792,"5":0.1872}}}}}}
2020-05-06T12:14:37.174-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":22126,"time":{"ms":173}},"total":{"ticks":98945,"time":{"ms":780},"value":98945},"user":{"ticks":76819,"time":{"ms":607}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3570022}},"memstats":{"gc_next":19825504,"memory_alloc":14575616,"memory_total":12420635280},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2455,"done":2455},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2443,"published":12,"total":2455},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.1724,"15":2.8755,"5":3.0063,"norm":{"1":0.1983,"15":0.1797,"5":0.1879}}}}}}
2020-05-06T12:15:07.174-0400	INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":22325,"time":{"ms":199}},"total":{"ticks":99812,"time":{"ms":867},"value":99812},"user":{"ticks":77487,"time":{"ms":668}}},"info":{"ephemeral_id":"5e430f19-2974-478c-8a6e-62391c6f6fbc","uptime":{"ms":3600022}},"memstats":{"gc_next":19656864,"memory_alloc":11131128,"memory_total":12525423032,"rss":4096},"runtime":{"goroutines":26}},"filebeat":{"events":{"added":2579,"done":2579},"harvester":{"open_files":0,"running":0}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":12,"batches":6,"total":12},"write":{"bytes":12732}},"pipeline":{"clients":1,"events":{"active":0,"filtered":2567,"published":12,"total":2579},"queue":{"acked":12}}},"registrar":{"states":{"current":0}},"system":{"load":{"1":3.6128,"15":2.9189,"5":3.1182,"norm":{"1":0.2258,"15":0.1824,"5":0.1949}}}}}}

@blakerouse
Copy link
Contributor

I was able to reproduce this issue from PCF without using beats at all. I created https://github.com/blakerouse/pcf-log-to-file and determined that just using go-loggregator to a file shows the same missing events.

So the issue is not because of our implementation or an issue inside of libbeat. Its coming from the source when using go-loggregator. So its either go-loggregator that is broken or its PCF itself.

The bug mentions that firehose-to-syslog doesn't have this issue, that is because the released version of that firehose is using the v1 API and not the v2 API. If you compile firehose-to-syslog from master it shows the same behavior that filebeat shows.

There is currently a bug filed with PCF to see if they can determine the issue on their side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Filebeat Filebeat Team:Platforms Label for the Integrations - Platforms team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants