-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ES|QL] Fixes the autocomplete of timeseries sources after comma #241402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stratoula
merged 1 commit into
elastic:main
from
stratoula:multiple-sources-timeseries-esql
Oct 31, 2025
Merged
[ES|QL] Fixes the autocomplete of timeseries sources after comma #241402
stratoula
merged 1 commit into
elastic:main
from
stratoula:multiple-sources-timeseries-esql
Oct 31, 2025
Conversation
This file contains hidden or 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
|
Pinging @elastic/kibana-esql (Team:ESQL) |
bartoval
approved these changes
Oct 31, 2025
|
Starting backport for target branches: 9.2 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Oct 31, 2025
…stic#241402) ## Summary Fixes the suggestions of timeseries (instead of all indices) in TS command after one selected <img width="580" height="145" alt="image" src="https://github.com/user-attachments/assets/0964262d-b0f7-43b9-93c5-18cec644bd96" /> ### Checklist - [ ] [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 (cherry picked from commit 3c9fadb) # Conflicts: # src/platform/packages/shared/kbn-esql-ast/src/commands_registry/commands/timeseries/autocomplete.ts
stratoula
added a commit
that referenced
this pull request
Oct 31, 2025
#241402) (#241444) # Backport This will backport the following commits from `main` to `9.2`: - [[ES|QL] Fixes the autocomplete of timeseries sources after comma (#241402)](#241402) <!--- Backport version: 10.1.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Stratou","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-31T10:29:08Z","message":"[ES|QL] Fixes the autocomplete of timeseries sources after comma (#241402)\n\n## Summary\n\nFixes the suggestions of timeseries (instead of all indices) in TS\ncommand after one selected\n\n<img width=\"580\" height=\"145\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0964262d-b0f7-43b9-93c5-18cec644bd96\"\n/>\n\n\n### Checklist\n\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","sha":"3c9fadb499cb1c765d6823d25deaaf530b49ac14","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:ES|QL","Team:ESQL","backport:version","v9.3.0","v9.2.1"],"title":"[ES|QL] Fixes the autocomplete of timeseries sources after comma","number":241402,"url":"https://github.com/elastic/kibana/pull/241402","mergeCommit":{"message":"[ES|QL] Fixes the autocomplete of timeseries sources after comma (#241402)\n\n## Summary\n\nFixes the suggestions of timeseries (instead of all indices) in TS\ncommand after one selected\n\n<img width=\"580\" height=\"145\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0964262d-b0f7-43b9-93c5-18cec644bd96\"\n/>\n\n\n### Checklist\n\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","sha":"3c9fadb499cb1c765d6823d25deaaf530b49ac14"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241402","number":241402,"mergeCommit":{"message":"[ES|QL] Fixes the autocomplete of timeseries sources after comma (#241402)\n\n## Summary\n\nFixes the suggestions of timeseries (instead of all indices) in TS\ncommand after one selected\n\n<img width=\"580\" height=\"145\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0964262d-b0f7-43b9-93c5-18cec644bd96\"\n/>\n\n\n### Checklist\n\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","sha":"3c9fadb499cb1c765d6823d25deaaf530b49ac14"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:version
Backport to applied version labels
Feature:ES|QL
ES|QL related features in Kibana
release_note:fix
Team:ESQL
ES|QL related features in Kibana t//
v9.2.1
v9.3.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the suggestions of timeseries (instead of all indices) in TS command after one selected
Checklist