Category: Elastic Search
Author: Andrew Published Date: July 13, 2017 Leave a Comment on Delete elasticsearch data older than X days in BASH
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…