ac2550 | 18673e8 | 2018-03-29 14:23:06 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # these commands remove problematic longs in the default backup | ||||
3 | # to avoid errors in kibana when restored. | ||||
4 | sed -i 's/,"hits":0//g' default.json | ||||
5 | sed -i 's/,"version":1//g' default.json |