Skip to content

Commit ba95390

Browse files
authored
[DOCS][9.x] Fix tip placement in lookup-join.md (#127552)
h/t @alex-spies
1 parent 51959da commit ba95390

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/query-languages/esql/_snippets/commands/layout

1 file changed

+2
-2
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/lookup-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ added as new columns to that row.
4141
If multiple documents in the lookup index match a single row in your
4242
results, the output will contain one row for each matching combination.
4343

44-
**Examples**
45-
4644
::::{tip}
4745
In case of name collisions, the newly created columns will override existing columns.
4846
::::
4947

48+
**Examples**
49+
5050
**IP Threat correlation**: This query would allow you to see if any source
5151
IPs match known malicious addresses.
5252

0 commit comments

Comments
 (0)