Has anybody seen a plugin that sends Caddy JSON access logs directly to a Clickhouse server? Trying to prevent the headache of using fluent-bit or similar, and having to parse every field in access log JSON.
There’s nothing that we’re aware. I don’t know how writes to Clickhouse work, but Caddy can write to a network socket if that can help get you somewhere there. This comes with the caveat that your network must be extremely fast because log write are synchronous.