Hi all,
I'm using Elasticsearch-Kibana-Filebeat (all v7.15.1) (Ubuntu 21.04) and I get this message at every Discover refreshing, or query
Warning: 299 Elasticsearch-7.15.1-83c34f456ae29d60e94d886e455e6a3409bba9ed "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.15/security-minimal-setup.html to enable security."
I understand that most of the users or in the most of cases it is common sense to set up a minimal security with user/password ... at least with "admin"/"admin"
but our case is special one so set up minimal security is pointless and it would absolute "pain in ...."
My question is how can I terminally mute this warning?
Thanks!