-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.14] [Security Solution][Detection Engine] use ES|QL metadata opera…
…tor without square brackets (#182114) (#182223) # Backport This will backport the following commits from `main` to `8.14`: - [[Security Solution][Detection Engine] use ES|QL metadata operator without square brackets (#182114)](#182114) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Vitalii Dmyterko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-01T08:16:34Z","message":"[Security Solution][Detection Engine] use ES|QL metadata operator without square brackets (#182114)\n\n## Summary\r\n\r\nES|QL metadata operator has changed its syntax:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/esql-metadata-fields.html\r\n\r\nfrom \r\n\r\n```\r\nFROM index [METADATA _index, _id]\r\n```\r\n\r\nto \r\n\r\n```\r\nFROM index METADATA _index, _id\r\n```\r\n\r\nThis PR removes square brackets as required symbols for metadata\r\noperator. Deprecated one still supported by ES|QL, but shows warning","sha":"1633c0b3a70194a45d126bcbc946a0810db5a897","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","backport:prev-minor","Team:Detection Engine","v8.14.0","v8.15.0"],"title":"[Security Solution][Detection Engine] use ES|QL metadata operator without square brackets","number":182114,"url":"https://github.com/elastic/kibana/pull/182114","mergeCommit":{"message":"[Security Solution][Detection Engine] use ES|QL metadata operator without square brackets (#182114)\n\n## Summary\r\n\r\nES|QL metadata operator has changed its syntax:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/esql-metadata-fields.html\r\n\r\nfrom \r\n\r\n```\r\nFROM index [METADATA _index, _id]\r\n```\r\n\r\nto \r\n\r\n```\r\nFROM index METADATA _index, _id\r\n```\r\n\r\nThis PR removes square brackets as required symbols for metadata\r\noperator. Deprecated one still supported by ES|QL, but shows warning","sha":"1633c0b3a70194a45d126bcbc946a0810db5a897"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/182114","number":182114,"mergeCommit":{"message":"[Security Solution][Detection Engine] use ES|QL metadata operator without square brackets (#182114)\n\n## Summary\r\n\r\nES|QL metadata operator has changed its syntax:\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/esql-metadata-fields.html\r\n\r\nfrom \r\n\r\n```\r\nFROM index [METADATA _index, _id]\r\n```\r\n\r\nto \r\n\r\n```\r\nFROM index METADATA _index, _id\r\n```\r\n\r\nThis PR removes square brackets as required symbols for metadata\r\noperator. Deprecated one still supported by ES|QL, but shows warning","sha":"1633c0b3a70194a45d126bcbc946a0810db5a897"}}]}] BACKPORT--> Co-authored-by: Vitalii Dmyterko <[email protected]>
- Loading branch information
1 parent
046af2d
commit 793d051
Showing
7 changed files
with
70 additions
and
19 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
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