From 9d7dae9d8f110259b31f7e14251fc6e0812d7be2 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:22:07 +0000 Subject: [PATCH] docs: add clickhouse to cannon output types --- docs/cannon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cannon.md b/docs/cannon.md index deec213bc..ce03f556e 100644 --- a/docs/cannon.md +++ b/docs/cannon.md @@ -73,7 +73,7 @@ Cannon requires a single `yaml` config file. An example file can be found [here] | ntpServer | string | `pool.ntp.org` | NTP server to calculate clock drift for events | | outputs | array | | List of outputs for the cannon to send data to | | outputs[].name | string | | Name of the output | -| outputs[].type | string | | Type of output (`xatu`, `http`, `kafka`, `stdout`) | +| outputs[].type | string | | Type of output (`xatu`, `http`, `kafka`, `stdout`, `clickhouse`) | | outputs[].config | object | | Output type configuration [`xatu`](#output-xatu-configuration)/[`http`](#output-http-configuration)/[`kafka`](#output-kafka-configuration) | ### Output `xatu` configuration