Merge "Shift elasticsearch retention to 10 days."

This commit is contained in:
Jenkins 2014-06-19 07:55:42 +00:00 committed by Gerrit Code Review
commit 335f0e7e55

View File

@ -54,7 +54,7 @@ class openstack_project::elasticsearch_node (
user => 'root',
hour => '2',
minute => '0',
command => 'curl -sS -XDELETE "http://localhost:9200/logstash-`date -d \'2 weeks ago\' +\%Y.\%m.\%d`/" > /dev/null',
command => 'curl -sS -XDELETE "http://localhost:9200/logstash-`date -d \'10 days ago\' +\%Y.\%m.\%d`/" > /dev/null',
environment => 'PATH=/usr/bin:/bin:/usr/sbin:/sbin',
}