From 6bb73ef97ec8115cbd1c760c2e086fff07c16ad4 Mon Sep 17 00:00:00 2001 From: Yahya <5457202+anakaiti@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:44:10 +0700 Subject: [PATCH] Docs: remove redundant section in Template functions (#6458) Pipelines are already defined in L18-19 --- docs/sources/logql/template_functions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/logql/template_functions.md b/docs/sources/logql/template_functions.md index c28afd6004..3ad31ef92f 100644 --- a/docs/sources/logql/template_functions.md +++ b/docs/sources/logql/template_functions.md @@ -149,8 +149,6 @@ Signature: `{{ regexReplaceAllLiteral "(ts=)" .timestamp "timestamp=" }}` ``` -You can combine multiple functions using pipe. For example, to strip out spaces and make the request method in capital, you would write the following template: `{{ .request_method | TrimSpace | ToUpper }}`. - ## lower > Added in Loki 2.1