include .kibana index in elasticdump backup

This commit is contained in:
Marco Ochse
2018-04-23 17:18:32 +00:00
parent 4bac26bef9
commit 5d7afc86e5
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ tar xvf $myDUMP
# Build indices list
myINDICES=$(ls tmp/logstash*.gz | cut -c 5- | rev | cut -c 4- | rev)
myINDICES+=" .kibana"
echo $myCOL1"### The following indices will be restored: "$myCOL0
echo $myINDICES
echo