From 9360879b4b5c393aba8cdc32475efb37996a63d4 Mon Sep 17 00:00:00 2001 From: Crazygit Date: Thu, 14 Nov 2024 18:20:30 +0800 Subject: [PATCH] docs/vlogs: fixes typo for VL-Extra-Field `VL-Extra-Field` should changed to `VL-Extra-Fields` according to code --- docs/VictoriaLogs/data-ingestion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/data-ingestion/README.md b/docs/VictoriaLogs/data-ingestion/README.md index f92c6812e..68b674ae0 100644 --- a/docs/VictoriaLogs/data-ingestion/README.md +++ b/docs/VictoriaLogs/data-ingestion/README.md @@ -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`.