LogoLogo
WebsiteBlogLogin
  • Onum Docs
  • Use Cases
  • Videos
  • Release Notes
  • Accumulator
  • Amazon GenAI
  • Anonymizer
  • BLIP-2
  • Bring Your Own Code
  • Cog
  • Conditional
  • Field Generator
  • Field Transformation
  • Flat JSON
  • For Each
  • Google DLP
  • Google GenAI
  • Group By
  • HTTP Request
  • JSON Transformation
  • JSON Unroll
  • Llama
  • Lookup
  • Math Expression
  • Message Builder
  • OCSF
  • Parser
  • Redis
  • Replicate
  • Sampling
  • Sigma Rules
  • Unique
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Message Builder

Most recent version: v1.0.0

PreviousMath ExpressionNextOCSF

Last updated 2 days ago

Was this helpful?

Learn more about this Action in .

v1.0.0

Released on 06/04/2025

Added mode selector with 4 modes: • "None": free text editor for the user to input expressions. Same behaviour as previous versions • "CSV": given a value separator, and a list of fields/literals, generate a CSV output • "Key-Value": given a Key-value separator and en external separator, and a list of key value objects, generate a KV list • "Json": given a list of key value objects, generate a JSON object (no nesting)

v0.2.1

Released on 04/07/2025

  • Character # is now accepted as a valid character in event field names.

v0.2.0

Released on 10/30/2024

  • Fixed the issue of surrounding characters when the delimiter is found in a field. The field value should be surrounding only if it contains the delimiter.

v0.1.1

Released on 09/05/2024

  • Timestamp represented in milliseconds.

v0.1.0

Released on 09/05/2024

  • Added support for _{xxx} tokens. They will be replaced by the content itself.

v0.0.2

Released on 07/04/2024

  • When a field's value includes occurrences of the field delimiter used, the action can be told to perform some action on it.

v0.0.1

Released on 05/06/2024

Initial version.

this article