forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release highlights to ESQL (elastic#100191)
* Added release highlights to ESQL The original PR was labeled `release highlight` but did not yet have the highlight text. This PR adds a first draft of that text, extracted from the ESQL blog. * Add new screenshot for kibana ESQL * Remove ESQL prefix from all ESQL changelog entries Unlike the original PR's these entries are sorted under an `ES|QL` subsection, so this is redundant, and visually jarring.
- Loading branch information
1 parent
4d2e442
commit fc84f70
Showing
31 changed files
with
58 additions
and
30 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pr: 100199 | ||
summary: "ESQL: Simple check if all blocks get released" | ||
summary: "Simple check if all blocks get released" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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/esql_kibana_discover_logs.png[ES|QL usage in Kibana Discover for Analysing Proxy Logs] | ||
notable: true |
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,5 @@ | ||
pr: 98590 | ||
summary: "ESQL: LTRIM, RTRIM and fix unicode whitespace" | ||
summary: "LTRIM, RTRIM and fix unicode whitespace" | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
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,5 @@ | ||
pr: 98630 | ||
summary: "ESQL: LEAST and GREATEST functions" | ||
summary: "LEAST and GREATEST functions" | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
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,5 @@ | ||
pr: 98847 | ||
summary: "ESQL: Add `CEIL` function" | ||
summary: "Add `CEIL` function" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 98942 | ||
summary: "ESQL: LEFT function" | ||
summary: "LEFT function" | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
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,5 @@ | ||
pr: 98974 | ||
summary: "ESQL: RIGHT function" | ||
summary: "RIGHT function" | ||
area: ES|QL | ||
type: feature | ||
issues: [] |
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,5 @@ | ||
pr: 99054 | ||
summary: "ESQL: Mark counter fields as unsupported" | ||
summary: "Mark counter fields as unsupported" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 99058 | ||
summary: "ESQL: log query and execution time" | ||
summary: "Log query and execution time" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 99286 | ||
summary: "ESQL: Log execution time consistently" | ||
summary: "Log execution time consistently" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 99316 | ||
summary: "ESQL: Compact topn" | ||
summary: "Compact topn" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 99432 | ||
summary: "ESQL: Enable arithmetics for durations and periods" | ||
summary: "Enable arithmetics for durations and periods" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [99293] |
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,5 @@ | ||
pr: 99470 | ||
summary: "ESQL: Improve log messages" | ||
summary: "Improve log messages" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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,5 @@ | ||
pr: 99695 | ||
summary: "ESQL: Better management of not stored TEXT fiels with synthetic source" | ||
summary: "Better management of not stored TEXT fiels with synthetic source" | ||
area: ES|QL | ||
type: bug | ||
issues: [] |
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,5 @@ | ||
pr: 99711 | ||
summary: "ESQL: Date math for negatives" | ||
summary: "Date math for negatives" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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
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,5 @@ | ||
pr: 99746 | ||
summary: "ESQL: Log start and end of queries" | ||
summary: "Log start and end of queries" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
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
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,5 @@ | ||
pr: 99956 | ||
summary: "ESQL: Serialize the source in expressions" | ||
summary: "Serialize the source in expressions" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.