12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
## NATS output with async jetstream publish
|
|
[[outputs.nats]]
|
|
## URLs of NATS servers
|
|
servers = ["nats://localhost:4222"]
|
|
subject = "telegraf-subject"
|
|
data_format = "influx"
|
|
[outputs.nats.jetstream]
|
|
name = "my-stream"
|
|
subjects = ["not", "here"]
|
|
async_publish = true
|
|
async_ack_timeout = "5s"
|