According to this documentation -
Manage licenses in ECK | Elastic Cloud on Kubernetes [2.4] | Elastic
The
_license
API reports that individual Elasticsearch clusters are running under an Enterprise license, and the elastic-licensing ConfigMap contains the current license level of the ECK operator.
So, say I have 3 Elasticsearch clusters managed by ECK in an AKS cluster.
Talking about validation, can we solely rely on the elastic-licensing ConfigMap ? If the configmap json says "eck_license_level": "enterprise", can I be 100% sure that all the elasticsearch clusters are running with enterprise license?
or do I HAVE to call the _license API of each elasticsearch clusters to be sure?