Skip to content

Commit 7965999

Browse files
committed
Change default rollover conditions to 2 days
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 85b2d2a commit 7965999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/storage/es/esRollover.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414

1515
ARCHIVE_INDEX = 'jaeger-span-archive'
16-
ROLLBACK_CONDITIONS = '{"max_age": "7d"}'
16+
ROLLBACK_CONDITIONS = '{"max_age": "2d"}'
1717
UNIT = 'days'
18-
UNIT_COUNT = 7
18+
UNIT_COUNT = 2
1919
SHARDS = 5
2020
REPLICAS = 1
2121

0 commit comments

Comments
 (0)