-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Added release highlights to ESQL #100191
Merged
craigtaverner
merged 3 commits into
elastic:8.11
from
craigtaverner:esql_release_highlight
Oct 5, 2023
Merged
Added release highlights to ESQL #100191
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
pr: 98309 | ||
summary: "Integrate Elasticsearch Query Language, ES|QL" | ||
area: Query Languages | ||
area: ES|QL | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: Introducing ES|QL — A new query language for flexible, iterative analytics | ||
body: |- | ||
As the Elastic Platform has become more widely adopted for search, security, observability, and general analytics, | ||
analyst users require the ability to take data-as-ingested, transform it to fit their investigative needs | ||
post-ingestion, and derive insights from underlying Elasticsearch index data. They need a concise, integrated, | ||
and efficient workflow enabled by rich and expressive queries where search, filter, aggregation, | ||
and transformation are performed via a single query expression with little-to-no UI context switching. | ||
|
||
To solve these challenges, the Elastic team is developing the <<esql,Elasticsearch Query Language (ES|QL)>>. | ||
ES|QL provides Elastic users with a flexible, powerful, and robust query expression language to interrogate data. | ||
ES|QL also provides a superior query UX with post-ingest processing capabilities that fundamentally transforms | ||
and expands the analytics and data processing capabilities of Elasticsearch. | ||
|
||
ES|QL introduces distributed compute capabilities to users in disparate roles and with varying skill levels. | ||
These compute capabilities enable ES|QL to simplify user workflows in several key ways. | ||
|
||
* Utilize a superior query UX: ES|QL query expressions support complex analytics and data processing. | ||
They are easy to learn, read, and share. | ||
* Use the filter, aggregation, and transformation capabilities of Elasticsearch with subqueries and lookups, | ||
made possible by new Elasticsearch compute and data processing capabilities. | ||
* Use ES|QL across Kibana in Discover, Kibana Lens, and Elastic Solutions, giving you seamless workflows. | ||
You will be able to visualize ES|QL queries, share them with teams on dashboards or as queries, | ||
and use queries to create custom alerts. | ||
|
||
[role="screenshot"] | ||
image:images/esql/illustration_esql_kibana_wireframe.png[ES|QL usage in Kibana Discover] | ||
notable: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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.
That wire frame doesn't look too close to how ESQL looks in Kibana these days; should this maybe use a more up-to-date picture?
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.
Agreed!