Posted in Elastic Search

Delete elasticsearch data older than X days in BASH

If you need to do this in an emergency, here is a quick and dirty script. #!/bin/bash # How many…