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/).