We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9315c47 commit 861fab3Copy full SHA for 861fab3
CHANGELOG.md
@@ -83,6 +83,16 @@ Overall, the change is backward compatible:
83
84
However, some custom integration that rely on exact string matches of trace IDs may be broken.
85
86
+#### Change default rollover conditions to 2 days
87
+
88
+([PR #1963](https://github.com/jaegertracing/jaeger/pull/1963), [@pavolloffay](https://github.com/pavolloffay))
89
90
+Change default rollover conditions from 7 days to 2 days.
91
92
+Given that by default Jaeger uses daily indices and some organizations do not keep data longer than 7 days
93
+the default of 7 days seems unreasonable - it might result in a too big index and
94
+running curator would immediately remove the old index.
95
96
### Backend Changes
97
98
#### New Features
0 commit comments