From 7ce3ce386b9488db23573bc8b03945abb25343e7 Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Thu, 14 Mar 2024 17:10:09 +0100 Subject: [PATCH] HowtoElasticsearch: Corriger nom script --- HowtoElasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoElasticsearch.md b/HowtoElasticsearch.md index 59c2bab0..61eac6bb 100644 --- a/HowtoElasticsearch.md +++ b/HowtoElasticsearch.md @@ -1731,7 +1731,7 @@ You can use the `elasticsearch-reset-password` CLI tool to reset the password of ERROR: Failed to verify bootstrap password, with exit code 78 ~~~ -D'abord, if faut savoir que l'utilisation de `elasticsearch-setup-passwords` est dépréciée à partir d'Elasticsearch 8 en faveur de [`elasticsearch-setup-passwords`](https://www.elastic.co/guide/en/elasticsearch/reference/current/reset-password.html). +D'abord, if faut savoir que l'utilisation de `elasticsearch-setup-passwords` est dépréciée à partir d'Elasticsearch 8 en faveur de [`elasticsearch-reset-passwords`](https://www.elastic.co/guide/en/elasticsearch/reference/current/reset-password.html). Cet utilitaire utilise le mot de passe « boostrap » créé à l'installation d'Elasticseach. S'il a été changé ou que vous ne l'avez pas (installation via Ansible par exemple), alors **vous ne pouvez pas utiliser cet utilitaire**.