remove redundant reference to docs in data formats docs (#8652)
This commit is contained in:
parent
e545167ba8
commit
4608620924
|
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue