Skip to content

Add Field Processor

MarinaRazumovsky edited this page Jan 30, 2018 · 10 revisions

Add Field [addField]

Can also be used to "replace" a field value - supports "templates"

  • path (the path to the field to add, doted fqdn) (required)
  • value (required)

Examples

{  
  addField: {  
    config: {  
       path: "timestamp"
       value: "{{Date}} {{time}}"
    }
  }
}
{  
  addField: {  
    config: {  
      path: "start_time"
      value: "{{start_time.0}}"
    }
  }
}
Clone this wiki locally