Add support for credentials file to nats_consumer and nats output (#7022)
This commit is contained in:
@@ -9,6 +9,10 @@ This plugin writes to a (list of) specified NATS instance(s).
|
||||
## Optional credentials
|
||||
# username = ""
|
||||
# password = ""
|
||||
|
||||
## Optional NATS 2.0 and NATS NGS compatible user credentials
|
||||
# credentials = "/etc/telegraf/nats.creds"
|
||||
|
||||
## NATS subject for producer messages
|
||||
subject = "telegraf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user