docs/VictoriaLogs/querying/README.md: typo fixes: use field_values instead field_names where needed

This commit is contained in:
Aliaksandr Valialkin 2024-09-11 09:39:17 +02:00
parent c0272463d9
commit e92f347336
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -650,7 +650,7 @@ Below is an example JSON output returned from this endpoint:
}
```
The `/select/logsql/stream_field_names` endpoint supports optional `limit=N` query arg, which allows limiting the number of returned values to `N`.
The `/select/logsql/stream_field_values` endpoint supports optional `limit=N` query arg, which allows limiting the number of returned values to `N`.
The endpoint returns arbitrary subset of values if their number exceeds `N`, so `limit=N` cannot be used for pagination over big number of field values.
When the `limit` is reached, `hits` are zeroed, since they cannot be calculated reliably.
@ -761,7 +761,7 @@ Below is an example JSON output returned from this endpoint:
}
```
The `/select/logsql/field_names` endpoint supports optional `limit=N` query arg, which allows limiting the number of returned values to `N`.
The `/select/logsql/field_values` endpoint supports optional `limit=N` query arg, which allows limiting the number of returned values to `N`.
The endpoint returns arbitrary subset of values if their number exceeds `N`, so `limit=N` cannot be used for pagination over big number of field values.
When the `limit` is reached, `hits` are zeroed, since they cannot be calculated reliably.