VictoriaMetrics/app/vlinsert
Zakhar Bessarab 8d3e574c31
app/vlinsert: add flag to limit amount of fields per line (#4976)
Adding limit on ingestion allows to avoid issues like this one https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4762
Such issues are often caused by misconfigurtion on log persing/ingestion side and preventing such rows from being ingested allows to avoid performance implications created by storing such log rows.

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
2023-09-15 15:18:38 +02:00
..
elasticsearch app/vlinsert/elasticsearch: add a command-line flag to provide ES version (#4778) 2023-08-11 06:52:57 -07:00
insertutils app/vlinsert: add flag to limit amount of fields per line (#4976) 2023-09-15 15:18:38 +02:00
jsonline app/vlinsert/loki: follow-up after 09df5b66fd 2023-07-20 16:48:21 -07:00
loki app/vlinsert/loki: add handler for healthcheck endpoint (#4885) 2023-08-30 16:32:28 +02:00
main.go app/vlinsert: add support of loki push protocol (#4482) 2023-07-20 10:10:55 +02:00