Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
28 changes: 27 additions & 1 deletion docs/reference/esql/esql-kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After switching to {esql} mode, the query bar shows your previous KQL or Lucene

[source,esql]
----
from kibana_sample_data_logs | limit 10
FROM kibana_sample_data_logs | LIMIT 10
----

Every query starts with a <<esql-commands,source command>>. In this query, the
Expand Down Expand Up @@ -224,6 +224,32 @@ FROM kibana_sample_data_logs
| WHERE timestamp > NOW() - 15minutes
----


==== Keyboard shortcuts

The ES|QL editor supports several shortcuts to help you write and run your queries faster:

|===
| Mac | Windows/Linux | Description

| `Cmd + Enter`
| `Ctrl + Enter`
| Run a query

| `Cmd + /`
| `Ctrl + /`
| Comment or uncomment a line
|===

TIP: You can find the list of shortcuts directly from the editor. Look for the image:images/keyboard.svg[title=keyboard,width="2%"] icon.

[float]
=== LOOKUP JOINs

The ES|QL editor supports {ref}/esql-commands.html#esql-lookup-join[`LOOKUP JOIN`] commands and suggests lookup mode indices and join condition fields.

image::https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blte43a30a93241d650/67c23670045f5839e5bfd1e4/lookup-join-demo.gif[Using the LOOKUP JOIN command to autocomplete an ES|QL query]

[discrete]
[[esql-kibana-visualizations]]
=== Analyze and visualize data
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/images/keyboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.