1
0
Fork 0
telegraf/plugins/outputs/quix/sample.conf

14 lines
436 B
Text
Raw Permalink Normal View History

# Send metrics to a Quix data processing pipeline
[[outputs.quix]]
## Endpoint for providing the configuration
# url = "https://portal-api.platform.quix.io"
## Workspace and topics to send the metrics to
workspace = "your_workspace"
topic = "your_topic"
## Authentication token created in Quix
token = "your_auth_token"
## Amount of time allowed to complete the HTTP request for fetching the config
# timeout = "5s"