[Query Rules UI] Query rules flyout document selector.#222541
[Query Rules UI] Query rules flyout document selector.#222541efegurkan merged 54 commits intoelastic:mainfrom
Conversation
… in QueryRuleFlyout
…/kibana into query-flyout-document-selector
|
@elasticmachine merge upstream |
Samiul-TheSoccerFan
left a comment
There was a problem hiding this comment.
Looks good. Looking forward for the follow-up PRs.
| color?: | ||
| | 'primary' | ||
| | 'text' | ||
| | 'danger' | ||
| | 'success' | ||
| | 'accent' | ||
| | 'warning' | ||
| | 'accentSecondary' | ||
| | 'neutral' | ||
| | 'risk'; |
There was a problem hiding this comment.
Can we just use EuiButtonColor?
| color?: | ||
| | 'primary' | ||
| | 'text' | ||
| | 'danger' | ||
| | 'accent' | ||
| | 'accentSecondary' | ||
| | 'success' | ||
| | 'warning' | ||
| | 'neutral' | ||
| | 'risk'; |
There was a problem hiding this comment.
Same comment as above.
⏳ Build in-progress
History
|
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15607533448 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Adds a Document selector to the Query Rules Flyout Adds a create mode to the flyout too. https://github.com/user-attachments/assets/83212760-31ba-4f84-ba4b-dd8d2e000037 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: José Luis González <joseluisgj@gmail.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Adds a Document selector to the Query Rules Flyout Adds a create mode to the flyout too. https://github.com/user-attachments/assets/83212760-31ba-4f84-ba4b-dd8d2e000037 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: José Luis González <joseluisgj@gmail.com> (cherry picked from commit 1c7a9da) # Conflicts: # src/platform/packages/shared/kbn-try-in-console/components/try_in_console_button.tsx # x-pack/solutions/search/packages/kbn-search-index-documents/components/result/editable_result.tsx
… (#224463) # Backport This will backport the following commits from `main` to `8.19`: - [[Query Rules UI] Query rules flyout document selector. (#222541)](#222541) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Efe Gürkan YALAMAN","email":"efeguerkan.yalaman@elastic.co"},"sourceCommit":{"committedDate":"2025-06-12T10:01:56Z","message":"[Query Rules UI] Query rules flyout document selector. (#222541)\n\n## Summary\n\nAdds a Document selector to the Query Rules Flyout\nAdds a create mode to the flyout too. \n\n\n\nhttps://github.com/user-attachments/assets/83212760-31ba-4f84-ba4b-dd8d2e000037\n\n\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: José Luis González <joseluisgj@gmail.com>","sha":"1c7a9da647e0eaf55bb4cac9a5eb536e67e54bda","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","Team:Search","ci:cloud-deploy","backport:version","v9.1.0","v8.19.0"],"title":"[Query Rules UI] Query rules flyout document selector.","number":222541,"url":"https://github.com/elastic/kibana/pull/222541","mergeCommit":{"message":"[Query Rules UI] Query rules flyout document selector. (#222541)\n\n## Summary\n\nAdds a Document selector to the Query Rules Flyout\nAdds a create mode to the flyout too. \n\n\n\nhttps://github.com/user-attachments/assets/83212760-31ba-4f84-ba4b-dd8d2e000037\n\n\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: José Luis González <joseluisgj@gmail.com>","sha":"1c7a9da647e0eaf55bb4cac9a5eb536e67e54bda"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222541","number":222541,"mergeCommit":{"message":"[Query Rules UI] Query rules flyout document selector. (#222541)\n\n## Summary\n\nAdds a Document selector to the Query Rules Flyout\nAdds a create mode to the flyout too. \n\n\n\nhttps://github.com/user-attachments/assets/83212760-31ba-4f84-ba4b-dd8d2e000037\n\n\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\nCo-authored-by: José Luis González <joseluisgj@gmail.com>","sha":"1c7a9da647e0eaf55bb4cac9a5eb536e67e54bda"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Summary
Adds a Document selector to the Query Rules Flyout
Adds a create mode to the flyout too.
Screen.Recording.2025-06-04.at.13.43.10.mov
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:*label is applied per the guidelines