Skip to content

Commit

Permalink
Update query_examples.md (#11670)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
solodkiy and JStickler authored Jan 12, 2024
1 parent a5aa8b3 commit edba360
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 edba360

Please sign in to comment.