1
0
Fork 0
telegraf/plugins/outputs/nats/testcases/js-default.conf

8 lines
263 B
Text
Raw Permalink Normal View History

## NATS output with jetstream, but no config provided(use defaults)
[[outputs.nats]]
## URLs of NATS servers
servers = ["nats://localhost:4222"]
subject = "telegraf-subject"
data_format = "influx"
[outputs.nats.jetstream]
name = "my-telegraf-stream"