Hello everyone
Even with Include hidden indices set to off, I can still see the . indices (belongs to xpack) in Kibana. How can I disable them so they don't show in Kibana?
version: 9.4.2
Hello and welcome,
Those are just system indices, not all system indices will be hidden.
These are not, they do not have the setting index.hidden: true
You would need to edit their seetings and add the line "index.hidden": true for them to be hidden in the index management interface.
To make this permanent for new indices, you would need to edit the respective .monitoring-* index template and add that option.
© 2020. All Rights Reserved - Elasticsearch
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.