From d1af84a49d3506c3c95a53a41ecd5e817b1eccc4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 6 Nov 2024 20:59:19 +0100 Subject: [PATCH] docs/VictoriaLogs/LogsQL.md: add missing reference to pipes docs from `join pipe` docs This is needed for consistency with other pipe docs --- docs/VictoriaLogs/LogsQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/LogsQL.md b/docs/VictoriaLogs/LogsQL.md index 024676aa6..9c1f3023e 100644 --- a/docs/VictoriaLogs/LogsQL.md +++ b/docs/VictoriaLogs/LogsQL.md @@ -1787,7 +1787,7 @@ _time:5m | format if (ip:* and host:*) "request from :" as message ### join pipe -The `| join by () ()` pipe joins the current results with the `` results by the given set of comma-separated ``. +The `| join by () ()` [pipe](#pipes) joins the current results with the `` results by the given set of comma-separated ``. This pipe works in the following way: 1. It executes the `` and remembers its' results. It may contain arbitrary [LogsQL query](https://docs.victoriametrics.com/victorialogs/logsql/).