Skip to content

Commit ce8b418

Browse files
Update esql-lookup-join.md (#126290)
1 parent a560b6d commit ce8b418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/reference/query-languages/esql/esql-lookup-join.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mapped_pages:
66

77
# LOOKUP JOIN [esql-lookup-join-reference]
88

9-
The {{esql}} [`LOOKUP JOIN`](/reference/query-languages/esql/esql-commands.md#esql-lookup-join) processing command combines data from your {esql} query results table with matching records from a specified lookup index. It adds fields from the lookup index as new columns to your results table based on matching values in the join field.
9+
The {{esql}} [`LOOKUP JOIN`](/reference/query-languages/esql/esql-commands.md#esql-lookup-join) processing command combines data from your {{esql}} query results table with matching records from a specified lookup index. It adds fields from the lookup index as new columns to your results table based on matching values in the join field.
1010

1111
Teams often have data scattered across multiple indices – like logs, IPs, user IDs, hosts, employees etc. Without a direct way to enrich or correlate each event with reference data, root-cause analysis, security checks, and operational insights become time-consuming.
1212

@@ -108,7 +108,7 @@ FROM employees
108108
To use `LOOKUP JOIN`, the following requirements must be met:
109109

110110
* **Compatible data types**: The join key and join field in the lookup index must have compatible data types. This means:
111-
* The data types must either be identical or be internally represented as the same type in {esql}
111+
* The data types must either be identical or be internally represented as the same type in {{esql}}
112112
* Numeric types follow these compatibility rules:
113113
* `short` and `byte` are compatible with `integer` (all represented as `int`)
114114
* `float`, `half_float`, and `scaled_float` are compatible with `double` (all represented as `double`)

0 commit comments

Comments
 (0)