Hello,
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 ??
Thanks.
Hello,
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 ??
Thanks.
To my knowledge you secure your Elasticsearch with pair of private and public certificates. The pair of certs on your end (client) and the pair on server (Elasticsearch).
@Labidi did you search in the docs for this information? In https://docs.graylog.org/en/3.3/pages/configuration/elasticsearch.html#graylog, there’s an example of using basic auth to authenticate to ES hosts. Though you might also consider implementing SSL/TLS for ES as well.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.