16 lines
460 B
Text
16 lines
460 B
Text
|
# A plugin that can send metrics over HTTPs to Logz.io
|
||
|
[[outputs.logzio]]
|
||
|
## Connection timeout, defaults to "5s" if not set.
|
||
|
# timeout = "5s"
|
||
|
|
||
|
## Optional TLS Config
|
||
|
# tls_ca = "/etc/telegraf/ca.pem"
|
||
|
# tls_cert = "/etc/telegraf/cert.pem"
|
||
|
# tls_key = "/etc/telegraf/key.pem"
|
||
|
|
||
|
## Logz.io account token
|
||
|
token = "your logz.io token" # required
|
||
|
|
||
|
## Use your listener URL for your Logz.io account region.
|
||
|
# url = "https://listener.logz.io:8071"
|