Docs: remove redundant section in Template functions (#6458)

Pipelines are already defined in L18-19
pull/6671/head^2
Yahya 3 years ago committed by GitHub
parent 7eadddbcfc
commit 6bb73ef97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save