LogoLogo
benthos-umh
benthos-umh
  • Introduction
  • Input
    • OPC UA (Input)
    • Modbus
    • ifm IO-Link Master / "sensorconnect"
    • Beckhoff ADS (community)
    • Siemens S7
    • Ethernet/IP
    • More
  • Processing
    • Tag Processor
    • Node-RED JavaScript Processor
    • More
  • Output
    • UNS (Output)
    • OPC UA (Output)
    • More
Powered by GitBook
On this page
  • Available Processors
  • Which Processor to Choose?

Processing

PreviousEthernet/IPNextTag Processor

Last updated 5 days ago

This section covers Benthos processors for data transformation and message handling. Processors allow you to modify, filter, and enrich messages as they flow through your data pipelines.

Available Processors

  • - Optimized for processing tags and time series data, converting them to the UMH data model within the _historian data contract. Provides automatic message formatting, metadata generation, and structured processing stages.

  • - Provides full control over payload and metadata through custom JavaScript code. Use this processor when you need complex transformations, conditional logic, or custom processing beyond standard tag handling.

  • - Additional built-in processors available in Benthos/Redpanda Connect for various data processing needs.

Which Processor to Choose?

  • Use Tag Processor when working with structured time series data that needs to conform to the UMH data model

  • Use Node-RED JavaScript Processor when you need maximum flexibility and custom processing logic

  • Explore the additional processors for specific use cases like JSON manipulation, HTTP requests, caching, and more

Tag Processor
Node-RED JavaScript Processor
More Processors