mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 12:55:08 -04:00
This commit adds a limit to the `step_info` contained in `LifecycleExcutionState` so that large step info messages will not be stored in the cluster state. Additionally, when generating an ILM history failure, the full exception that is "stringified" is truncated to the same limit, ensuring that we do not accidentally index gigantic documents in the history store. The default limit is 1024 characters. Resolves #124181
6 lines
143 B
YAML
6 lines
143 B
YAML
pr: 125054
|
|
summary: Truncate `step_info` and error reason in ILM execution state and history
|
|
area: ILM+SLM
|
|
type: enhancement
|
|
issues:
|
|
- 124181
|