mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/VictoriaLogs/LogsQL.md: typo fix: its -> it
This commit is contained in:
parent
215f36a402
commit
b9c0eb3dde
1 changed files with 2 additions and 2 deletions
|
@ -1709,7 +1709,7 @@ See also:
|
|||
### pack_json pipe
|
||||
|
||||
`| pack_json as field_name` [pipe](#pipe) packs all [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model) into JSON object
|
||||
and stores its as a string in the given `field_name`.
|
||||
and stores it as a string in the given `field_name`.
|
||||
|
||||
For example, the following query packs all the fields into JSON object and stores it into [`_msg` field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field)
|
||||
for logs over the last 5 minutes:
|
||||
|
@ -1748,7 +1748,7 @@ See also:
|
|||
### pack_logfmt pipe
|
||||
|
||||
`| pack_logfmt as field_name` [pipe](#pipe) packs all [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model) into [logfmt](https://brandur.org/logfmt) message
|
||||
and stores its as a string in the given `field_name`.
|
||||
and stores it as a string in the given `field_name`.
|
||||
|
||||
For example, the following query packs all the fields into [logfmt](https://brandur.org/logfmt) message and stores it
|
||||
into [`_msg` field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field) for logs over the last 5 minutes:
|
||||
|
|
Loading…
Reference in a new issue