Sha256: 4a56e4d63aead4d2dd68cfb8a55b4d48a08f0f3db1be64b4859ab30320a0ab11
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
<source> @type sample sample {"hello": "world"} rate 7000 tag sample.hello.world </source> <match sample.**> @type kafka2 brokers "broker:29092" # Writes to topic `events.sample.hello.world` topic "events.${tag}" # Writes to topic `hello.world` # topic "${tag[1]}.${tag[2]}" <format> @type json </format> <buffer tag> flush_at_shutdown true flush_mode interval flush_interval 1s chunk_limit_size 3MB chunk_full_threshold 1 total_limit_size 1024MB overflow_action block </buffer> </match>
Version data entries
4 entries across 4 versions & 1 rubygems