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
15
plugins/outputs/clarify/sample.conf
Normal file
15
plugins/outputs/clarify/sample.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Configuration to publish Telegraf metrics to Clarify
|
||||
[[outputs.clarify]]
|
||||
## Credentials File (Oauth 2.0 from Clarify integration)
|
||||
credentials_file = "/path/to/clarify/credentials.json"
|
||||
|
||||
## Clarify username password (Basic Auth from Clarify integration)
|
||||
username = "i-am-bob"
|
||||
password = "secret-password"
|
||||
|
||||
## Timeout for Clarify operations
|
||||
# timeout = "20s"
|
||||
|
||||
## Optional tags to be included when generating the unique ID for a signal in Clarify
|
||||
# id_tags = []
|
||||
# clarify_id_tag = 'clarify_input_id'
|
Loading…
Add table
Add a link
Reference in a new issue