fieldType Condition - logzio/sawmill GitHub Wiki
fieldType
- path
- type (One of the following: string,long, double, list, jsonObject)
Examples
{
"steps": [
{
"if": {
"condition": {
"fieldType": {
"path": "field_name",
"type":"type"
}
},
"then": [
{
<processor or statement>
}
]
}
}
]
}