VictoriaMetrics/app/vlinsert
Aliaksandr Valialkin 1c7d8adc65
app/vlinsert/loki: follow-up for 3aeb1b96a2
- Disallow more than 3 items in Loki line entry, since it must contain two mandatory entries: timestamp and message,
  plus one optional entry - structured metadata. See https://grafana.com/docs/loki/latest/reference/loki-http-api/#ingest-logs

- Update references to structured metadata docs in Loki, in order to simplify further maintenance of the code

- Move the change from bugfix to feature at docs/VictoriaLogs/CHANGELOG.md, since VictoriaLogs never supported
  structured metadata over JSON Loki protocol. The support for structured metadata in protobuf Loki protocol
  has been added in ac06569c49 , which has been included in v0.28.0-victorialogs.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7431
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/7432

(cherry picked from commit 3d75c39ff4)
2024-11-07 13:00:20 +01:00
..
datadog vlinsert: support datadog logs 2024-11-06 13:58:16 +01:00
elasticsearch app/vlinsert: allow specifying comma-separated list of fields containing log message via _msg_field query arg and VL-Msg-Field HTTP request header 2024-10-30 15:19:52 +01:00
insertutils app/vlinsert: implement the ability to add extra fields to the ingested logs 2024-11-04 10:23:16 -03:00
journald app/vlinsert: allow specifying comma-separated list of fields containing log message via _msg_field query arg and VL-Msg-Field HTTP request header 2024-10-30 15:19:52 +01:00
jsonline app/vlinsert: typo fix after 16ee470da6 2024-10-31 14:11:07 +01:00
loki app/vlinsert/loki: follow-up for 3aeb1b96a2 2024-11-07 13:00:20 +01:00
opentelemetry follow-up after 01430a155c 2024-09-04 15:39:55 +02:00
syslog app/vlinsert: allow specifying comma-separated list of fields containing log message via _msg_field query arg and VL-Msg-Field HTTP request header 2024-10-30 15:19:52 +01:00
main.go vlinsert: support datadog logs 2024-11-06 13:58:16 +01:00