Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0633e3f
wip
leemthompo Mar 12, 2025
768cbe7
wip, move to standalone file
leemthompo Mar 17, 2025
138a972
Merge branch 'main' into leemthompo/esql-search
leemthompo Mar 17, 2025
d2b56fa
Restore page accidentally updated with test
leemthompo Mar 17, 2025
bf9acf9
Fix links
leemthompo Mar 17, 2025
52a4e99
Restore data ingestion step 😁
leemthompo Mar 18, 2025
75d91af
Fix exact match query
leemthompo Mar 18, 2025
535b7e5
Fix step numbers
leemthompo Mar 18, 2025
b76bb8b
Fix exact match query per original tutorial
leemthompo Mar 18, 2025
a0de185
fix query add annotation
leemthompo Mar 20, 2025
f65cd0a
fix link
leemthompo Mar 21, 2025
dcfc3b1
Add annotations to examples
leemthompo Mar 21, 2025
51df3a5
actually fix link
leemthompo Mar 21, 2025
6249e4a
Add semantic search stuff
leemthompo Mar 21, 2025
fdfe4c0
Cleanup language
leemthompo Mar 21, 2025
a4c533c
Fix links
leemthompo Mar 21, 2025
22b1ad1
Clarify note about scoring
leemthompo Mar 21, 2025
b58a88e
Update title
leemthompo Mar 21, 2025
23aaa29
tweak link path
leemthompo Mar 21, 2025
adc1782
delete repetition
leemthompo Mar 21, 2025
30d0e9f
Add links in esql explore/analyze section
leemthompo Mar 21, 2025
1c8da34
remove scoring caveat no longer true in 9.x
leemthompo Mar 21, 2025
73d3d6c
Make API quickstarts more visible
leemthompo Mar 21, 2025
cc0fd52
Explain how to use commands in dev tools, simplify examples accordingly
leemthompo Mar 21, 2025
69766d1
typos
leemthompo Mar 21, 2025
d3f36f9
Clean up annotations
leemthompo Mar 21, 2025
cda87c3
delete score from semantic query
leemthompo Mar 21, 2025
d3600f6
Merge branch 'main' into leemthompo/esql-search
leemthompo Mar 21, 2025
6f4ba22
Apply suggestions from code review
leemthompo Mar 21, 2025
4f4289f
update command
leemthompo Mar 21, 2025
6b70da6
Merge branch 'main' into leemthompo/esql-search
leemthompo Mar 21, 2025
8356100
add to landing page index
leemthompo Mar 21, 2025
b4b7048
fix link text, use variabesl
leemthompo Mar 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ This guide shows how you can use {{esql}} to query and aggregate your data.

::::{tip}
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.

::::



## Prerequisites [esql-getting-started-prerequisites]

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.
Expand Down Expand Up @@ -426,3 +423,5 @@ For more about data processing with {{esql}}, refer to [Data processing with DIS

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

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).

2 changes: 1 addition & 1 deletion explore-analyze/query-filter/languages/esql.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can use it:
- 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.
- Within various {{kib}} tools such as Discover and Dashboards, to explore your data and build powerful visualizations.

% 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).
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).

## Next steps

Expand Down
Loading
Loading