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

6 lines
204 B
Text
Raw 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"