Hello elk community,
If it is possible, I want to know how to secure the elasticsearch as for example in Mysql the access with login and password, that is to say the access to the elasticsearch is done by password ??
Best Regards,
Ayoub Labidi
Hello elk community,
If it is possible, I want to know how to secure the elasticsearch as for example in Mysql the access with login and password, that is to say the access to the elasticsearch is done by password ??
Best Regards,
Ayoub Labidi
More informations are here
Add xpack.security.enabled: true
into elasticsearch.yml
If you use a single node, then add discovery.type: single-node
to elasticsearch.yml
Run your cluster
Add build in user : /bin/elasticsearch-setup-passwords interactive
thanks a lot @ylasri
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.