-
Type:
Task
-
Resolution: Done
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
None
Context:
Currently we rollover either by doc size or date, we discussed to switch to only `max_size` a that would suit our use-case of maintaining reasonable index sizes best.
AT:
- we remove max_docs and max_age parameters for the rollover
- we introduce the usage of the max_size parameter for the rollover
- there is new config parameter to configure the max size, the default is 50GB
- the event based process config documentation is updated