Logstash.instrument.periodicpoller.jvm purpose / how to disable via logstash settings?

Hi All,

I'm trying to diagnose where time is going starting up my logstash instance. I have multiple pipelines with many filters in each.

Watching the debug logs I see many statements like the below ( I'm not positive but it seem like it's likely one per plugin). It seems like these are just metric collectors for use via the API to perform some introspection? ( I may be wrong ).

I'm also guessing that this may disable creating them?

I've tried setting:
metric.collect: false
to no avail in /etc/logstash/logstash.yml. ( After setting that and restarting logstash I still see the below in the logs ).

Any help would be greatly appreciated. Thanks!

[2019-05-06T22:45:01,289][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:01,290][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}
[2019-05-06T22:45:06,296][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:06,297][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}
[2019-05-06T22:45:11,304][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:11,304][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}
[2019-05-06T22:45:16,311][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:16,312][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}
[2019-05-06T22:45:21,319][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:21,320][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}
[2019-05-06T22:45:26,381][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Young Generation"}
[2019-05-06T22:45:26,382][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"G1 Old Generation"}

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