14 lines
No EOL
436 B
Text
14 lines
No EOL
436 B
Text
# 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" |