forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌊 Add failure store and exists conditions (elastic#200861)
This PR enables failure store for all streams-managed data streams and also adds exists and notExists operators to the painless condition builder. With this addition I think we have all the important ones covered, we can discuss whether we should add a "matches regex" operator, but I'm not sure whether it is a good idea to do so. This also fixes a problem with rollovers - in data streams `@timestamp` is not allowed to use `ignore_malformed`, but it's assuming it automatically, so a rollover is always triggered. This is fixed by setting `ignore_malformed` to false explicitly for the timestamp. --------- Co-authored-by: Chris Cowan <[email protected]> Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
bc6d3c7
commit 6dba926
Showing
5 changed files
with
49 additions
and
4 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
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