-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:mlMachine learningMachine learning
Description
A few things related to the o.e.a.s.m.TransportMasterNodeAction logging messages.
User reported the following debug messages showing up after upgrading to 7.5.0 (from 7.3):
[2019-12-03T22:47:59,669][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:09,650][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:19,618][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:29,713][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:39,655][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:49,669][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
[2019-12-03T22:48:59,668][DEBUG][o.e.a.s.m.TransportMasterNodeAction] [node.infra] Get stats for datafeed '_all'
These are showing up in the logs because Elasticsearch has the logger for org.elasticsearch.action set to DEBUG by default. It seems like we may want to use a different package to log these under?
Also, this user has a Gold license but their nodes had ML enabled (explicitly via xpack.ml.enabled: true) because they were previously testing ML. After setting xpack.ml.enabled: false, the above messages stopped showing up (expected). Should a gold license have disabled this type of monitoring stats for ML even when xpack.ml.enabled is set to true?
a03nikki
Metadata
Metadata
Assignees
Labels
:mlMachine learningMachine learning