1
0
Fork 0
telegraf/plugins/outputs/quix/sample.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

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"