This commit is contained in:
Aliaksandr Valialkin 2024-05-20 01:48:55 +02:00
parent 411ba6f0e8
commit aafd3c28b5
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -1879,10 +1879,10 @@ LogsQL supports the following transformations on the log entries selected with [
- Extracting arbitrary text from [log fields](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#data-model) according to the provided pattern.
See [these docs](#extract-pipe) for details.
- Unpacking JSON strings from [log fields](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#data-model). See [these docs](#unpack_json-pipe).
LogsQL will support the following transformations in the future:
- Extracting the specified fields from JSON strings stored inside [log fields](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#data-model).
- Extracting the specified fields from [logfmt](https://brandur.org/logfmt) strings stored
inside [log fields](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#data-model).
- Creating a new field from existing [log fields](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#data-model)