-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[DOCS] Getting started with ES|QL queries guide #101634
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
[DOCS] Getting started with ES|QL queries guide #101634
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-ql (Team:QL) |
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
@elasticmachine test this please |
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.
LGTM in general, it just needs a little fix (column
vs row
, see the comment)
Co-authored-by: Andrei Stefan <astefan@users.noreply.github.com>
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.
LGTM with few small comments. Thanks @abdonpijpelink, these look great.
💚 Backport successful
|
* Page structure * More getting started content * Fix build errors * Small improvements * Typo * Add link to public demo environment * Review feedback * Update docs/reference/esql/esql-get-started.asciidoc Co-authored-by: Andrei Stefan <astefan@users.noreply.github.com> * Review feedback --------- Co-authored-by: Andrei Stefan <astefan@users.noreply.github.com>
* Page structure * More getting started content * Fix build errors * Small improvements * Typo * Add link to public demo environment * Review feedback * Update docs/reference/esql/esql-get-started.asciidoc * Review feedback --------- Co-authored-by: Andrei Stefan <astefan@users.noreply.github.com>
This adds a "getting started with ES|QL queries guide". It guides users from a simple FROM, to adding processing commands, chaining processing commands, calculating statistics with STATS..BY, data enrichment with ENRICH, and data processing with DISSECT/GROK.
Preview: https://elasticsearch_101634.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/esql-getting-started.html