Blame view

create_volumes.sh 247 Bytes
0d8c0f816   Thanasis Naskos   initial commit
1
  #!/bin/env bash
0d8c0f816   Thanasis Naskos   initial commit
2
3
4
5
6
  # Extract initial index. This allows us to use a predefined kibana dashboard
  tar xzf elk_base.tar.gz -C ./data
  
  # Extract initial data. This allows us to use a predefined grafana dashboard
  tar xf grafana-storage.tar.xz -C ./data