Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
16
plugins/outputs/nats/testcases/js-config.conf
Normal file
16
plugins/outputs/nats/testcases/js-config.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
## NATS output with jetstream stream config provided
|
||||
[[outputs.nats]]
|
||||
## URLs of NATS servers
|
||||
servers = ["nats://localhost:4222"]
|
||||
subject = "telegraf-subject"
|
||||
data_format = "influx"
|
||||
[outputs.nats.jetstream]
|
||||
name = "my-telegraf-stream"
|
||||
retention = "workqueue"
|
||||
max_consumers = 10
|
||||
discard = "old"
|
||||
storage = "memory"
|
||||
max_msgs = 100000
|
||||
max_bytes = 104857600 # 100 MB
|
||||
max_age = 86400000000000 # in the int64 format
|
||||
num_replicas = 1
|
Loading…
Add table
Add a link
Reference in a new issue