Exclude processors and aggregators from minimal config example
This commit is contained in:
parent
bbb8858c1d
commit
8792a5fd5e
|
@ -114,7 +114,7 @@ telegraf config > telegraf.conf
|
|||
#### Generate config with only cpu input & influxdb output plugins defined:
|
||||
|
||||
```
|
||||
telegraf --input-filter cpu --output-filter influxdb config
|
||||
telegraf --section-filter agent:inputs:outputs --input-filter cpu --output-filter influxdb config
|
||||
```
|
||||
|
||||
#### Run a single telegraf collection, outputing metrics to stdout:
|
||||
|
|
Loading…
Reference in New Issue