remove redundant reference to docs in data formats docs (#8652)

This commit is contained in:
Helen Weller 2021-01-05 14:47:13 -05:00 committed by GitHub
parent e545167ba8
commit 4608620924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -30,9 +30,6 @@ desired parser:
name_suffix = "_mycollector"
## Data format to consume.
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
data_format = "json"
```

View File

@ -22,8 +22,5 @@ You will be able to identify the plugins with support by the presence of a
files = ["stdout"]
## Data format to output.
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
data_format = "influx"
```