Revert "Reduce elasticsearch retention to 7 days"

This reverts commit 42e159434d.

Change-Id: Iad1f9dff3e986a7f50fdb735f60366d5f501f5c6
This commit is contained in:
Clark Boylan 2017-11-28 09:10:47 -08:00
parent 37f3fed363
commit 1b6d4e30d6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class openstack_project::elasticsearch_node (
}
class { 'logstash::curator':
keep_for_days => '7',
keep_for_days => '10',
}
}