-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Elasticsearch: Enable running of queries trough data source backend #73222
Merged
Conversation
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
matyax
approved these changes
Aug 14, 2023
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.
🚢
bergquist
added a commit
that referenced
this pull request
Aug 15, 2023
* main: (233 commits) PublicDashboards: Query order bug fixed (#73293) PostgreSQL: bump lib/pq to latest version (#72416) InfluxDB: Tests for #73247 (#73250) Docs: Add plugin dev documentation for logs to trace (#73225) Alerting: Update state manager to change all current states in the case when Error\NoData is executed as Ok\Nomal (#68142) Docs: correct SAML docs (#73281) CloudWatch: Add missing AppFlow metrics (#73149) docs: What’s New & Upgrade Guide 10.1 (#70636) Dashboard: Fix repeated row panel placement with larger number of rows (#72011) Geomap: Fix crosshair glitch (#72909) Logs: Fix scrolling with `exploreScrollableLogsContainer` feature (#73272) CodeEditor: Correctly fires onChange handler (#73030) InfluxDB: make influxql options the default if nothing defined (#73247) Cloudwatch: Upgrade aws-sdk and display external ids for temporary credentials (#72821) Cloudwatch: reorg files in components (#73176) Elasticsearch: Enable running of queries trough data source backend (#73222) Chore: fix some more types (#72726) Loki: Migrate HTTP settings to new components (#72831) Tracing: Split name column in search results (#72449) Plugins: Remove unnecessary error result from env vars interface (#73224) ...
aishyandapalli
pushed a commit
to aishyandapalli/grafana
that referenced
this pull request
Aug 16, 2023
…rafana#73222) Elasticsearch: Enable enableElasticsearchBackendQuerying feature toggle by default
chauchausoup
pushed a commit
to chauchausoup/grafana
that referenced
this pull request
Sep 15, 2023
…rafana#73222) Elasticsearch: Enable enableElasticsearchBackendQuerying feature toggle by default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
add to changelog
area/backend
datasource/Elasticsearch
no-backport
Skip backport of PR
type/docs
Flags the technical writing team for documentation support; auto adds to org-wide docs project
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.
This PR sets the default value of
enableElasticsearchBackendQuerying
to true. This is followed by #54011 and by releasing it and testing it on cloud. We are still keeping the feature toggle and will remove it in ~10.3 release.More info: https://docs.google.com/document/d/1oLfVh54gReZEN9FdlJ0Wuo7Ja8XhSbjJ15FkRisPGs8/edit
Fixes #67637