From a86df52adf6927bf96c5ef8da13a4f2ae5cdc57e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 1 Nov 2024 20:13:23 +0100 Subject: [PATCH] docs/VictoriaLogs/LogsQL.md: typo fix in the link to description for sum_len stats function: sum-len-stats -> sum_len-stats This is a follow-up for 364f084b43694be52eea81db7ff07261342e8b5c --- 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 9e71c20c0..9979b9c14 100644 --- a/docs/VictoriaLogs/LogsQL.md +++ b/docs/VictoriaLogs/LogsQL.md @@ -1771,7 +1771,7 @@ _time:5m | len(_msg) as msg_len | sort by (msg_len desc) | limit 1 See also: -- [`sum_len` stats function](#sum-len-stats) +- [`sum_len` stats function](#sum_len-stats) - [`sort` pipe](#sort-pipe) - [`limit` pipe](#limit-pipe)