UNS (Output)
Works exclusively with UMH Core
1 Quick-start (99 % of users)
Open the Tag Browser (Management Console → Unified Namespace) to watch the live values.
2 - Optional overrides
3 - What the plugin does behind the scenes
Batching 100 messages or 100 ms – whichever comes first.
Sanitising Illegal chars in the key become "_".
Kafka/Redpanda Each message will be stored in the Kafka topic
umh.messages
with the Kafka key of the umh_topicHeaders All Benthos metadata (except
kafka_*
) plusbridged_by
are forwarded as Kafka headers.Topic check If
umh.messages
is missing the plugin creates it (1 partition,compact,delete
).
Troubleshooting / FAQs
"topic is not set or is empty" – your pipeline never wrote
msg.meta.umh_topic
. Add atag_processor
(auto) or a Bloblang line:meta umh_topic = "umh.v1.demo.plant1.line1._historian.temperature"
I am not using umh-core, but I still want to use the uns output plugin. How can I do that? - there is a configuration variable called
broker_address
which you can point to any redpanda broker.
Last updated