docs/VictoriaLogs/LogsQL.md: typo fix: its -> it

This commit is contained in:
Aliaksandr Valialkin 2024-06-05 09:45:43 +02:00
parent 215f36a402
commit b9c0eb3dde
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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: