From 59f3b574daa5f7e3a943e1a5072b1c38906a5023 Mon Sep 17 00:00:00 2001 From: Adam Clarke Date: Thu, 19 Apr 2018 14:25:19 -0400 Subject: [PATCH] corrected elasticsearch default username --- DOCUMENTATION/content/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index dabde4f0..195d680d 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -828,7 +828,7 @@ docker-compose up -d elasticsearch 2 - Open your browser and visit the localhost on port **9200**: `http://localhost:9200` -> The default username is `user` and the default password is `changeme`. +> The default username is `elastic` and the default password is `changeme`. ### Install ElasticSearch Plugin