create_volumes.sh 182 Bytes
 1
 2
 3
 4
 5
 6
 7
#!/bin/env bash

# Remove everything in the data dir
rm -rf ./data/*

# Extract initial index. This allows us to use a predefined kibana dashboard
tar xzf elk_base.tar.gz -C ./data