Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
14
plugins/outputs/quix/sample.conf
Normal file
14
plugins/outputs/quix/sample.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue