-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Vega] fix requesting not permitted or used data views #130878
Conversation
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, I tested it locally in Chrome and only the exact dataview is sent now :)
Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 98041ca)
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…1367) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 98041ca) Co-authored-by: Marta Bondyra <[email protected]>
Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 98041ca) # Conflicts: # src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts # src/plugins/vis_types/vega/public/vega_view/vega_base_view.js
… (#131392) * [Vega] fix requesting not permitted or used data views (#130878) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 98041ca) # Conflicts: # src/plugins/vis_types/vega/public/lib/extract_index_pattern.ts # src/plugins/vis_types/vega/public/vega_view/vega_base_view.js * Update src/plugins/vis_types/vega/public/vega_view/vega_base_view.js Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
Summary
Analogical solution to the TSVB #130033
Steps to reproduce:
Expected behavior: Only exact match should be taken into account. This PR fixes it.