15 lines
520 B
Text
15 lines
520 B
Text
## 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'
|