From dc782805da823a9c40a31c91f8d3bfc7a87a8a8b Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Mon, 16 Nov 2020 09:15:34 -0800 Subject: [PATCH] add kinesis output to external plugins list (#8315) --- EXTERNAL_PLUGINS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EXTERNAL_PLUGINS.md b/EXTERNAL_PLUGINS.md index 1aea58dac3070..bdbd244ca3ec3 100644 --- a/EXTERNAL_PLUGINS.md +++ b/EXTERNAL_PLUGINS.md @@ -13,3 +13,6 @@ Pull requests welcome. - [awsalarms](https://github.com/vipinvkmenon/awsalarms) - Simple plugin to gather/monitor alarms generated in AWS. - [octoprint](https://github.com/BattleBas/octoprint-telegraf-plugin) - Gather 3d print information from the octoprint API. - [systemd-timings](https://github.com/pdmorrow/telegraf-execd-systemd-timings) - Gather systemd boot and unit timestamp metrics. + +## Outputs +- [kinesis](https://github.com/morfien101/telegraf-output-kinesis) - Aggregation and compression of metrics to send Amazon Kinesis.