9 lines
No EOL
269 B
Text
9 lines
No EOL
269 B
Text
## NATS output with jetstream, but subject mismatch
|
|
[[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"] |