Added an extra troubleshooting step to the README. Just in case

This commit is contained in:
hamilcarBarca17
2023-08-03 14:31:58 -06:00
parent 3485e66ee9
commit 26c5464e0c
+9 -1
View File
@@ -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/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.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/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 * `/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 -
```