Blame view
create_volumes.sh
182 Bytes
0d8c0f816 initial commit |
1 |
#!/bin/env bash |
0e34561b8 Remove everything... |
2 3 |
# Remove everything in the data dir rm -rf ./data/* |
0d8c0f816 initial commit |
4 5 |
# Extract initial index. This allows us to use a predefined kibana dashboard tar xzf elk_base.tar.gz -C ./data |