Added an extra troubleshooting step to the README. Just in case
This commit is contained in:
@@ -280,3 +280,11 @@ In the event you need more information about any of the automation, you can chec
|
||||
* `/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
|
||||
|
||||
### 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 -
|
||||
```
|
||||
Reference in New Issue
Block a user