Skip to content

Commit 8bd93f7

Browse files
[Docs] Kibana ES|QL updates (elastic#129782)
1 parent 21d4691 commit 8bd93f7

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/reference/esql/esql-kibana.asciidoc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ After switching to {esql} mode, the query bar shows your previous KQL or Lucene
4141

4242
[source,esql]
4343
----
44-
from kibana_sample_data_logs | limit 10
44+
FROM kibana_sample_data_logs | LIMIT 10
4545
----
4646

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

227+
228+
==== Keyboard shortcuts
229+
230+
The ES|QL editor supports several shortcuts to help you write and run your queries faster:
231+
232+
|===
233+
| Mac | Windows/Linux | Description
234+
235+
| `Cmd + Enter`
236+
| `Ctrl + Enter`
237+
| Run a query
238+
239+
| `Cmd + /`
240+
| `Ctrl + /`
241+
| Comment or uncomment a line
242+
|===
243+
244+
TIP: You can find the list of shortcuts directly from the editor. Look for the image:images/keyboard.svg[title=keyboard,width="2%"] icon.
245+
246+
[float]
247+
=== LOOKUP JOINs
248+
249+
The ES|QL editor supports {ref}/esql-commands.html#esql-lookup-join[`LOOKUP JOIN`] commands and suggests lookup mode indices and join condition fields.
250+
251+
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]
252+
227253
[discrete]
228254
[[esql-kibana-visualizations]]
229255
=== Analyze and visualize data

docs/reference/images/keyboard.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)