From ca60ea48681968ed97d84aa77a33dbb3eb9e4118 Mon Sep 17 00:00:00 2001 From: Alex Boatwright Date: Tue, 26 Nov 2019 13:28:01 -0800 Subject: [PATCH] feat(ui): let the user know about more telegraf plugins (#16047) --- .../select/SelectCollectorsStep.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx b/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx index 32de8e4b70..1280ebc809 100644 --- a/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx +++ b/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx @@ -1,7 +1,6 @@ // Libraries import React, {PureComponent} from 'react' import {connect} from 'react-redux' -import _ from 'lodash' // Components import {Form} from '@influxdata/clockface' @@ -71,6 +70,22 @@ export class SelectCollectorsStep extends PureComponent { onSelectBucket={this.handleSelectBucket} /> )} +
+ Looking for other things to monitor? Check out our 200+ other   + + Telegraf Plugins + +   and how to   + + Configure these Plugins + +