Hi,
I have try to setup basic authentication, with user+password, but my Elastic is down again!
Elastic is also running in a docker container, and only accessible from the "internal" network, so it shouldn't be accessible outside!
I also checked my log and see this message:
kkdhh {"type": "server", "timestamp": "2020-07-27T10:26:15,593Z", "level": "INFO", "component": "o.e.l.LicenseService", "cluster.name": "docker-cluster-es01", "node.name": "es01", "message": "license [bb6f69e3-456a-4cdc-8a2d-bf0c4e05ae22] mode [basic] - valid", "cluster.uuid": "gsJNPQLbQ4eAUvm32DA-Gg", "node.id": "lIx_pBquQbaTTBxY-pM8Zg" }
kkdhh {"type": "server", "timestamp": "2020-07-27T10:26:15,600Z", "level": "INFO", "component": "o.e.x.s.s.SecurityStatusChangeListener", "cluster.name": "docker-cluster-es01", "node.name": "es01", "message": "Active license is now [BASIC]; Security is disabled", "cluster.uuid": "gsJNPQLbQ4eAUvm32DA-Gg", "node.id": "lIx_pBquQbaTTBxY-pM8Zg" }