fixed broken link (#4636)

* fixed broken link

* Update content/platform/getting-started.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/4638/head
lwandzura 2022-11-15 11:04:56 -06:00 committed by GitHub
parent 645b294103
commit 458cc342d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ The configuration file for Telegraf specifies where metrics come from and where
* `[[outputs.influxdb]]` - declares how to connect to InfluxDB and the destination database, which is the default telegraf database. * `[[outputs.influxdb]]` - declares how to connect to InfluxDB and the destination database, which is the default telegraf database.
* `[[inputs.cpu]]` - declares how to collect the system cpu metrics to be sent to InfluxDB. Enabled by default. * `[[inputs.cpu]]` - declares how to collect the system cpu metrics to be sent to InfluxDB. Enabled by default.
For details about the configuration file, see [Get started with Telegraf](/{{< latest "telegraf" >}}/introduction/getting-started/). For details about the configuration file, see [Get started with Telegraf](/{{< latest "telegraf" >}}/get_started/).
## Query data in InfluxDB ## Query data in InfluxDB