Skip to content

Commit

Permalink
[release-2.9.x] Update query_examples.md (#11674)
Browse files Browse the repository at this point in the history
Backport edba360 from #11670

Co-authored-by: Alexey Solodkiy <[email protected]>
  • Loading branch information
grafanabot and solodkiy authored Jan 12, 2024
1 parent 96c31d6 commit 6518c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/query/query_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ These LogQL query examples have explanations of what the queries accomplish.
!= "grafana_com"
|= "session opened"
!= "sudo: "
|regexp "(^(?P<user>\\S+ {1,2}){11})"
| regexp "(^(?P<user>\\S+ {1,2}){11})"
| line_format "USER = {{.user}}"
```

Expand Down

0 comments on commit 6518c52

Please sign in to comment.