forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance the DSL error store to capture more error info (elastic#101475)
This enhances the DSL error store to caputre more information about each error, namely: the initial encounter timestamp, the current occurrence timestamp and the retry count. This also introduces a new setting, `data_streams.lifecycle.signalling.error_retry_interval` to control when we emit an `error` log entry. It defaults to 10 retry counts, namely, if the error for an index remains the same for 10 consecutive DSL runs, we log a message at level `error`. This also exposes all the new error information as part of the `_lifecycle/explain` API.
- Loading branch information
Showing
16 changed files
with
365 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.