Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [π Add failure store and exists conditions (#200861)](#200861) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joe Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-27T08:57:30Z","message":"π Add failure store and exists conditions (#200861)\n\nThis PR enables failure store for all streams-managed data streams and\r\nalso adds exists and notExists operators to the painless condition\r\nbuilder.\r\n\r\nWith this addition I think we have all the important ones covered, we\r\ncan discuss whether we should add a \"matches regex\" operator, but I'm\r\nnot sure whether it is a good idea to do so.\r\n\r\nThis also fixes a problem with rollovers - in data streams `@timestamp`\r\nis not allowed to use `ignore_malformed`, but it's assuming it\r\nautomatically, so a rollover is always triggered. This is fixed by\r\nsetting `ignore_malformed` to false explicitly for the timestamp.\r\n\r\n---------\r\n\r\nCo-authored-by: Chris Cowan <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"6dba9263e089649b808e152b4cb54f01b4b52fca","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Team:obs-ux-infra_services","v8.18.0","Feature:Streams"],"title":"π Add failure store and exists conditions","number":200861,"url":"https://github.com/elastic/kibana/pull/200861","mergeCommit":{"message":"π Add failure store and exists conditions (#200861)\n\nThis PR enables failure store for all streams-managed data streams and\r\nalso adds exists and notExists operators to the painless condition\r\nbuilder.\r\n\r\nWith this addition I think we have all the important ones covered, we\r\ncan discuss whether we should add a \"matches regex\" operator, but I'm\r\nnot sure whether it is a good idea to do so.\r\n\r\nThis also fixes a problem with rollovers - in data streams `@timestamp`\r\nis not allowed to use `ignore_malformed`, but it's assuming it\r\nautomatically, so a rollover is always triggered. This is fixed by\r\nsetting `ignore_malformed` to false explicitly for the timestamp.\r\n\r\n---------\r\n\r\nCo-authored-by: Chris Cowan <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"6dba9263e089649b808e152b4cb54f01b4b52fca"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200861","number":200861,"mergeCommit":{"message":"π Add failure store and exists conditions (#200861)\n\nThis PR enables failure store for all streams-managed data streams and\r\nalso adds exists and notExists operators to the painless condition\r\nbuilder.\r\n\r\nWith this addition I think we have all the important ones covered, we\r\ncan discuss whether we should add a \"matches regex\" operator, but I'm\r\nnot sure whether it is a good idea to do so.\r\n\r\nThis also fixes a problem with rollovers - in data streams `@timestamp`\r\nis not allowed to use `ignore_malformed`, but it's assuming it\r\nautomatically, so a rollover is always triggered. This is fixed by\r\nsetting `ignore_malformed` to false explicitly for the timestamp.\r\n\r\n---------\r\n\r\nCo-authored-by: Chris Cowan <[email protected]>\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"6dba9263e089649b808e152b4cb54f01b4b52fca"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joe Reuter <[email protected]>
- Loading branch information