Skip to content

Commit 3ed88fe

Browse files
committed
Merge branch 'migrate-docs' of github.com:colleenmcginnis/elasticsearch into migrate-docs
2 parents 845ea47 + 0e83a5c commit 3ed88fe

File tree

6 files changed

+38
-10
lines changed

6 files changed

+38
-10
lines changed

docs/reference/query-languages/eql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ mapped_pages:
66

77
# EQL search [eql]
88

9+
:::{note}
10+
This section provides detailed **reference information**.
11+
12+
Refer to [EQL overview](docs-content://explore-analyze/query-filter/languages/eql.md) in the **Explore and analyze** section for overview and conceptual information about the SQL query language.
13+
:::
14+
915

1016
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
1117

docs/reference/query-languages/esql.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ mapped_pages:
66

77
# {{esql}} reference [esql-language]
88

9+
:::{note}
10+
This section provides detailed **reference information**.
911

10-
Detailed reference documentation for the {{esql}} language:
12+
For overview, conceptual, and getting started information, refer to the [{{esql}} language](docs-content://explore-analyze/query-filter/languages/esql.md) in the **Explore and analyze** section.
13+
:::
1114

1215
* [Syntax reference](/reference/query-languages/esql/esql-syntax.md)
1316
* [Commands](/reference/query-languages/esql/esql-commands.md)

docs/reference/query-languages/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ applies_to:
55
---
66
# Query languages
77

8-
% TO-DO: Add links to "What are query languages?"%
8+
This section contains reference information for Elastic query languages.
99

10-
This section contains reference information for data analysis features, including:
10+
* [Query DSL](querydsl.md)
11+
* [ES|QL](esql.md)
12+
* [SQL](sql.md)
13+
* [EQL](eql.md)
14+
* [KQL](kql.md)
1115

12-
* QueryDSL
13-
* Retrievers
14-
* ES|QL
15-
* SQL
16-
* EQL
17-
* KQL
16+
:::{tip}
17+
Refer to [query languages](docs-content://explore-analyze/query-filter/languages.md) in the **Explore and analyze** section for overview and conceptual information about each language.
18+
:::

docs/reference/query-languages/kql.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ mapped_pages:
55

66
# {{kib}} Query Language [kuery-query]
77

8+
:::{note}
9+
This section provides detailed **reference information**.
10+
11+
Refer to [KQL overview](docs-content://explore-analyze/query-filter/languages/kql.md) in the **Explore and analyze** section for overview and conceptual information about the SQL query language.
12+
:::
13+
14+
815
The {{kib}} Query Language (KQL) is a simple text-based query language for filtering data.
916

1017
* KQL only filters data, and has no role in aggregating, transforming, or sorting data.

docs/reference/query-languages/querydsl.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ mapped_pages:
55

66
# QueryDSL [query-dsl]
77

8+
:::{note}
9+
This section provides detailed **reference information**.
10+
11+
Refer to the [Query DSL overview](docs-content://explore-analyze/query-filter/languages/querydsl.md) in the **Explore and analyze** section for overview and conceptual information about Query DSL.
12+
:::
13+
814
Elasticsearch provides a full Query DSL (Domain Specific Language) based on JSON to define queries. Think of the Query DSL as an AST (Abstract Syntax Tree) of queries, consisting of two types of clauses:
915

1016
Leaf query clauses

docs/reference/query-languages/sql.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# SQL
22

3-
This chapter provides information on Elasticsearch SQL such as:
3+
:::{note}
4+
This section provides detailed **reference information**.
5+
6+
Refer to [SQL overview](docs-content://explore-analyze/query-filter/languages/sql.md) in the **Explore and analyze** section for overview and conceptual information about the SQL query language.
7+
:::
8+
49

510
[SQL language](sql-spec.md)
611
: SQL syntax and semantics

0 commit comments

Comments
 (0)