mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
docs/VictoriaLogs/LogsQL.md: typo fix
This commit is contained in:
parent
b02d085a52
commit
18982e1ab7
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ So it is better to use the following `pattern` for proper matching of quoted str
|
|||
```
|
||||
|
||||
Note that the `user_agent` now matches double quotes, but VictoriaLogs automatically unquotes the matching string before storing it in the `user_agent` field.
|
||||
This propery is useful for extracting JSON strings. For example, the following `pattern` properly extracts the `message` JSON string into `msg` field:
|
||||
This is useful for extracting JSON strings. For example, the following `pattern` properly extracts the `message` JSON string into `msg` field:
|
||||
|
||||
```
|
||||
| extract '"message":<msg>'
|
||||
|
|
Loading…
Reference in a new issue