Waiting for elected master node [...] to setup local exporter

Elasticsearch version 6.5.4

All my nodes are emitting the message below, and make up the majority of my logs. What is the "local exporter"? how do I install it? how do I set it up?

This has been a problem since I installed the cluster in dec2018.

Thank you

[2020-02-20T00:22:18,086][INFO ][o.e.x.m.e.l.LocalExporter] [coordinator6] waiting for elected master node [{master1}{68sPQmYrRdW60YXSGUeT2w}{q1O7KyfyQyyait5ZuC_ckA}{172.31.1.13}{172.31.1.13:9300}{ml.machine_memory=2090577920, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true, zone=primary}] to setup local exporter [default_local] (does it have x-pack installed?)
[2020-02-20T00:22:26,338][INFO ][o.e.x.m.e.l.LocalExporter] [coordinator6] waiting for elected master node [{master1}{68sPQmYrRdW60YXSGUeT2w}{q1O7KyfyQyyait5ZuC_ckA}{172.31.1.13}{172.31.1.13:9300}{ml.machine_memory=2090577920, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true, zone=primary}] to setup local exporter [default_local] (does it have x-pack installed?)

it may be this:

curl -XPUT -d "{\"transient\" : {\"xpack.monitoring.collection.enabled\" : true}}" http://localhost:9200/_cluster/settings  -H "Content-Type: application/json"

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