aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker/elk/es_backup/clean_longs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docker/elk/es_backup/clean_longs.sh')
-rw-r--r--extra/docker/elk/es_backup/clean_longs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/docker/elk/es_backup/clean_longs.sh b/extra/docker/elk/es_backup/clean_longs.sh
new file mode 100644
index 00000000..bbacf506
--- /dev/null
+++ b/extra/docker/elk/es_backup/clean_longs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+# these commands remove problematic longs in the default backup
+# to avoid errors in kibana when restored.
+sed -i 's/,"hits":0//g' default.json
+sed -i 's/,"version":1//g' default.json