From 26c5464e0c114127c8a1d919bbf32f3714ef213a Mon Sep 17 00:00:00 2001 From: hamilcarBarca17 Date: Thu, 3 Aug 2023 14:31:58 -0600 Subject: [PATCH] Added an extra troubleshooting step to the README. Just in case --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c99aec1..e0bfe33 100644 --- a/README.md +++ b/README.md @@ -279,4 +279,12 @@ In the event you need more information about any of the automation, you can chec * `/tmp/ansible-playbook-output.log` -- Generated whenever ansible-playbooks are run from the TUI * `/tmp/benchmarker.log` -- Generated whenever you run the `randomly-generate-high-velocity-data.sh` script outside the TUI * `/tmp/benchmarker-tui.log` -- Generated by events in the TUI -* `/tmp/dynamodb-population.log` -- Generated whenever you run the `randomly-generate-high-velocity-data.sh` script from the TUI \ No newline at end of file +* `/tmp/dynamodb-population.log` -- Generated whenever you run the `randomly-generate-high-velocity-data.sh` script from the TUI + +### I can't initialize the Elastic Stack; It Keeps Erroring out +Every once in a blue moon, the Elastic Stack won't start as it's supposed to by the script. The fix is to just start it +manually. It's as simple as + +```shell +cd ../docker-elk && docker compose up -d && cd - +``` \ No newline at end of file