Merge pull request #907 from influxdata/telegraf-manual-plugins

Quick typo fix
pull/917/head
noramullen1 2020-04-01 14:50:55 -07:00 committed by GitHub
commit 7e8b5b7ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ _See [Telegraf plugins](/v2.0/reference/telegraf-plugins/) for a complete list o
### Manually add Telegraf plugins
To manually add any of the available Telegraf plugins [Telegraf plugins](/v2.0/reference/telegraf-plugins/), follow the steps below.
To manually add any of the available [Telegraf plugins](/v2.0/reference/telegraf-plugins/), follow the steps below.
1. Find the plugin you want to enable from the complete list of available [Telegraf plugins](/v2.0/reference/telegraf-plugins/).
2. Click **View** to the right of the plugin name to open the plugin page on GitHub. For example, view the MQTT plugin GitHub page [here](https://github.com/influxdata/telegraf/blob/release-1.14/plugins/inputs/mqtt_consumer/README.md).
2. Click **View** to the right of the plugin name to open the plugin page on GitHub. For example, view the MQTT plugin GitHub page [here](https://github.com/influxdata/telegraf/blob/release-1.14/plugins/inputs/mqtt_consumer/README.md).
3. Copy and paste the example configuration into your Telegraf configuration file (typically named `telegraf.conf`).
### Enable and configure the InfluxDB v2 output plugin