From 75323de6e4e895c10315f2c965935dbbfc668b48 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:44:55 -0700 Subject: [PATCH] Add BigQuery output (#2319) * Add BigQuery output * Update name --- data/telegraf_plugins.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 4e937bbd1..c718edbd9 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -1899,6 +1899,13 @@ output: introduced: 0.1.7 tags: [linux, macos, windows, messaging] + - name: BigQuery + id: bigquery + description: | + The BigQuery output plugin writes to [Google Cloud's BigQuery](https://cloud.google.com/bigquery). + introduced: 1.18.0 + tags: [linux, macos, windows, cloud] + - name: CrateDB id: cratedb description: |