← Back to context

Comment by valyala

19 hours ago

VictoriaLogs developer here. I agree with you - it is important to support multiple popular data ingestion protocols at the database for logs, so users could continue using the existing protocol instead of adding an intermediate proxy for converting from one protocol to another protocol.

That's why VictoriaLogs supports multiple data ingestion protocol [1], including JSON line protocol, which can be used for sending JSON logs into it without any conversions [2].

[1] https://docs.victoriametrics.com/victorialogs/data-ingestion...

[2] https://docs.victoriametrics.com/victorialogs/data-ingestion...