When logging onto Kibana for the first time, I get a message "Your data is not secure. Don't lose one bit. Secure your data for free with Elastic."
See PR 80344 and issue 80161.
I'm maintaining a project that uses elasticsearch and uses third party tools to handle the security features (authentication, encryption, etc.) instead of the elasticsearch security plugin. I don't want this message to display to my users. How can I, either through the Kibana API or through manually writing a document to the .kibana index or the like, prevent this message from ever showing up?