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