mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/VictoriaLogs: replace incorrect usafe of VictoriaMetrics with VictoriaLogs
This commit is contained in:
parent
9e48074b59
commit
91f5417572
2 changed files with 3 additions and 3 deletions
|
@ -468,7 +468,7 @@ See also:
|
|||
|
||||
### _stream_id filter
|
||||
|
||||
Every [log stream](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields) in VictoriaMetrics is uniquely identified by `_stream_id` field.
|
||||
Every [log stream](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields) in VictoriaLogs is uniquely identified by `_stream_id` field.
|
||||
The `_stream_id:...` filter allows quickly selecting all the logs belonging to the particular stream.
|
||||
|
||||
For example, the following query selects all the logs, which belong to the [log stream](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields)
|
||||
|
|
|
@ -100,7 +100,7 @@ See also:
|
|||
|
||||
If the query response exceeds vertical screen space, `vlogsql` pipes query response to `less` utility,
|
||||
so you can scroll the response as needed. This allows executing queries, which potentially
|
||||
may return billions of rows, without any problems at both VictoriaMetrics and `vlogsql` sides,
|
||||
may return billions of rows, without any problems at both VictoriaLogs and `vlogsql` sides,
|
||||
thanks to the way how `less` interacts with [`/select/logsql/query`](https://docs.victoriametrics.com/victorialogs/querying/#querying-logs):
|
||||
|
||||
- `less` reads the response when needed, e.g. when you scroll it down.
|
||||
|
@ -112,7 +112,7 @@ thanks to the way how `less` interacts with [`/select/logsql/query`](https://doc
|
|||
after the response stream is closed.
|
||||
|
||||
See also [`less` docs](https://man7.org/linux/man-pages/man1/less.1.html) and
|
||||
[command-line integration docs for VictoriaMetrics](https://docs.victoriametrics.com/victorialogs/querying/#command-line).
|
||||
[command-line integration docs for VictoriaLogs](https://docs.victoriametrics.com/victorialogs/querying/#command-line).
|
||||
|
||||
|
||||
## Live tailing
|
||||
|
|
Loading…
Reference in a new issue