From 376baaf3d665b984a0b34440a32626dd0d713341 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Fri, 20 Jun 2025 17:04:32 +0200 Subject: [PATCH] Updates --- docs/discover/try-esql.asciidoc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/discover/try-esql.asciidoc b/docs/discover/try-esql.asciidoc index ab38ebb28feac..78201a85687bc 100644 --- a/docs/discover/try-esql.asciidoc +++ b/docs/discover/try-esql.asciidoc @@ -123,13 +123,4 @@ FROM kibana_sample_data_ecommerce | WHERE order_date >= ?_tstart and order_date <= ?_tend ---- -image::images/esql-custom-time-series.png[ESQL query with a custom time field enabled] - - -[float] -==== ES|QL and 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] - +image::images/esql-custom-time-series.png[ESQL query with a custom time field enabled] \ No newline at end of file