Skip to content

Commit 30d0e9f

Browse files
committed
Add links in esql explore/analyze section
1 parent adc1782 commit 30d0e9f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

explore-analyze/query-filter/languages/esql-getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ This guide shows how you can use {{esql}} to query and aggregate your data.
1212

1313
::::{tip}
1414
This getting started is also available as an [interactive Python notebook](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/esql/esql-getting-started.ipynb) in the `elasticsearch-labs` GitHub repository.
15-
1615
::::
1716

18-
19-
2017
## Prerequisites [esql-getting-started-prerequisites]
2118

2219
To follow along with the queries in this guide, you can either set up your own deployment, or use Elastic’s public {{esql}} demo environment.
@@ -426,3 +423,5 @@ For more about data processing with {{esql}}, refer to [Data processing with DIS
426423

427424
To learn more about {{esql}}, refer to [{{esql}} reference](elasticsearch://reference/query-languages/esql.md).
428425

426+
Learn more about using {{esql}} for Search use cases in this tutorial: [Search and filter with {{esql}}](/solutions/search/esql-full-text-filter-tutorial.md).
427+

explore-analyze/query-filter/languages/esql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use it:
3535
- In your queries to {{es}} APIs, using the [`_query` endpoint](/explore-analyze/query-filter/languages/esql-rest.md) that accepts queries written in {{esql}} syntax.
3636
- Within various {{kib}} tools such as Discover and Dashboards, to explore your data and build powerful visualizations.
3737

38-
% Learn more in [Getting started with {{esql}}](/solutions/search/get-started.md), or try [our training course](https://www.elastic.co/training/introduction-to-esql).
38+
Learn more about using {{esql}} for Search use cases in this tutorial: [Search and filter with {{esql}}](/solutions/search/esql-full-text-filter-tutorial.md).
3939

4040
## Next steps
4141

0 commit comments

Comments
 (0)