How to enable authentication in Elasticsearch?
In order to enable the authentication in Elasticsearch, follow the steps-
- Stop Kibana
- Stop the Elasticsearch
- Follow settings and add xpack.security.enabled to the ES_PATH_CONF/ elasticsearch.yml file
In order to enable the authentication in Elasticsearch, follow the steps-