-
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.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.10`: - [[Fleet] Fix validation errors in KQL queries (#168329)](#168329) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cristina Amico","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-10T08:55:04Z","message":"[Fleet] Fix validation errors in KQL queries (#168329)\n\nRelated to https://github.com/elastic/kibana/issues/167139\r\n\r\n## Summary\r\n\r\n[Fleet] Fix validation errors in KQL searchboxes\r\n\r\n### Testing\r\n- In the agent list searchbox, type the following query:\r\n\r\n```\r\n agent.version : 8.10.0\r\n```\r\n\r\nThe UI shouldn't display any error\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"7839d518fbeb4a960fd19a98ae4cf13fdff69748","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","v8.11.0","v8.12.0","v8.10.4"],"number":168329,"url":"https://github.com/elastic/kibana/pull/168329","mergeCommit":{"message":"[Fleet] Fix validation errors in KQL queries (#168329)\n\nRelated to https://github.com/elastic/kibana/issues/167139\r\n\r\n## Summary\r\n\r\n[Fleet] Fix validation errors in KQL searchboxes\r\n\r\n### Testing\r\n- In the agent list searchbox, type the following query:\r\n\r\n```\r\n agent.version : 8.10.0\r\n```\r\n\r\nThe UI shouldn't display any error\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"7839d518fbeb4a960fd19a98ae4cf13fdff69748"}},"sourceBranch":"main","suggestedTargetBranches":["8.11","8.10"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168329","number":168329,"mergeCommit":{"message":"[Fleet] Fix validation errors in KQL queries (#168329)\n\nRelated to https://github.com/elastic/kibana/issues/167139\r\n\r\n## Summary\r\n\r\n[Fleet] Fix validation errors in KQL searchboxes\r\n\r\n### Testing\r\n- In the agent list searchbox, type the following query:\r\n\r\n```\r\n agent.version : 8.10.0\r\n```\r\n\r\nThe UI shouldn't display any error\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <[email protected]>","sha":"7839d518fbeb4a960fd19a98ae4cf13fdff69748"}},{"branch":"8.10","label":"v8.10.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Cristina Amico <[email protected]>
- Loading branch information
1 parent
c0b8235
commit b3cfe48
Showing
4 changed files
with
128 additions
and
45 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