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