diff --git a/docs/sources/logql/_index.md b/docs/sources/logql/_index.md index ea9f724a49e1..1728dcb64b5e 100644 --- a/docs/sources/logql/_index.md +++ b/docs/sources/logql/_index.md @@ -280,7 +280,7 @@ will get those labels extracted: ##### Pattern -The pattern parser allows the explicit extraction of fields from log lines by defining a pattern expression. The expression matches the structure of a log line. +The pattern parser allows the explicit extraction of fields from log lines by defining a pattern expression (`| pattern ""`). The expression matches the structure of a log line. Consider this NGINX log line.