How can I get rid off "org.elasticsearch.ElasticsearchException: Security must be explicitly enabled when using a [basic] license" message

This is not an ECK question because you seem to be using your own manifests to deploy Elasticsearch. That being said, it looks like you are trying to connect Kibana (or a similar application) to Elasticsearch that is trying to obtain privileges from the API and fails because security is disabled. You'll have to consult the documentation and configure that application to disable security as well.

1 Like