Hello,
I'm using Kibana upgrade assistant to fix a vulnerability issue, the problem is I need to resolve all warnings, one warning that i couldn't fix is this :
the setting [xpack.monitoring.collection.enabled] is currently set to [true], remove this setting (nodes impacted: [SCPRWUWS05])
I tried setting "xpack.monitoring.collection.enabled" to false in elasticsearch.yml file, but nothing was changed.
Depending on the response to GET _cluster/settings you need to add persistent or transient. In my case the following command removed the setting. This also made the Upgrade Assistant happy and it went from Warning to No issues
PUT /_cluster/settings
{
"persistent": {
"xpack.monitoring.collection.enabled": null
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.