elasticsearch/docs/changelog/125054.yaml
Lee Hinman cda26693ca
Truncate step_info and error reason in ILM execution state and history (#125054)
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
2025-03-19 04:45:06 +11:00

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