Elasticsearch Tutorial Kibana 7.15 – how to disable Kibana security warning message

You can disable the warning message by explicitly turning off security

# vi /etc/elasticsearch/elasticsearch.yml
xpack.security.enabled: false

Important: do NOT disable ElasticSearch security if you are not on a sandboxed secure context

Leave a Reply

You must be logged in to post a comment.