mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs/VictoriaLogs/LogsQL.md: typo fix
This commit is contained in:
parent
b36a35d696
commit
b031774cf5
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