docs/VictoriaLogs/LogsQL.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2023-06-20 00:30:42 -07:00
parent 21226911e4
commit 008728e7b9
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -334,7 +334,7 @@ This query matches the following [log messages](https://docs.victoriametrics.com
This query doesn't match the following log messages:
- `ERROR`, since the filter is case-sensitive by default. Use `i(error)` for this case. See [these docs](#case-insenstive-filter) for details.
- `ERROR`, since the filter is case-sensitive by default. Use `i(error)` for this case. See [these docs](#case-insensitive-filter) for details.
- `multiple errors occurred`, since the `errors` word doesn't match `error` word. Use `error*` for this case. See [these docs](#prefix-filter) for details.
By default the given [word](#word) is searched in the [`_msg` field](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#message-field).