mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/VictoriaLogs/LogsQL.md: typo fixes
This commit is contained in:
parent
be9de2b43c
commit
7b2748e7a1
1 changed files with 2 additions and 2 deletions
|
@ -740,7 +740,7 @@ If the field name contains special chars, which may clash with the query syntax,
|
|||
For example, the following query matches `event:original` field containing `(error, "open file")` sequence:
|
||||
|
||||
```logsql
|
||||
"event.original":seq(error, "open file")
|
||||
"event:original":seq(error, "open file")
|
||||
```
|
||||
|
||||
See also:
|
||||
|
@ -777,7 +777,7 @@ If the field name contains special chars, which may clash with the query syntax,
|
|||
For example, the following query matches `event:original` field containing either `error` or `warn` substrings:
|
||||
|
||||
```logsql
|
||||
"event.original":re("error|warn")
|
||||
"event:original":re("error|warn")
|
||||
```
|
||||
|
||||
Performance tips:
|
||||
|
|
Loading…
Reference in a new issue