docs/vlogs: fixes typo for VL-Extra-Field

`VL-Extra-Field` should changed to `VL-Extra-Fields` according to code
This commit is contained in:
Crazygit 2024-11-14 18:20:30 +08:00 committed by f41gh7
parent 908369a47b
commit 9360879b4b
No known key found for this signature in database
GPG key ID: 4558311CF775EC72

View file

@ -258,7 +258,7 @@ additionally to [HTTP query args](#http-query-string-parameters):
- `VL-Ignore-Fields` - an optional comma-separated list of [log field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model) names,
which must be ignored during data ingestion.
- `VL-Extra-Field` - an optional comma-separated list of [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model),
- `VL-Extra-Fields` - an optional comma-separated list of [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model),
which must be added to all the ingested logs. The format of every `extra_fields` entry is `field_name=field_value`.
If the log entry contains fields from the `extra_fields`, then they are overwritten by the values specified in `extra_fields`.