-
Notifications
You must be signed in to change notification settings - Fork 24
mathComparator Condition
Refael Mizrahi edited this page Jan 27, 2022
·
2 revisions
The condition can be used to check if a value is grater/smaller then, or a value is in a range
- field
- gt (greater than)
- gte (greater than or equal to)
- lt (less than)
- lte (less than or equal to)
{
"steps": [
{
"if": {
"condition": {
"mathComparator": {
"field": "field_name",
"gte":"value",
"lte":"value"
}
}
}
},
"then": [
{
<processor or statement>
}
]
]
}
- Home
-
Pipelines
-
Processors
- Add Field Processor
- Add Tag Processor
- AhoCorasick Processor
- Anonymize Processor
- Append List Processor
- Arrays Intersect Processor
- Base64 Decode Processor
- Convert Processor
- CSV Processor
- Date Processor
- Drop Processor
- External Mapping Source Processor
- GeoIP Processor
- Grok Processor
- JSON Processor
- Key Value Processor
- LowerCase Processor
- Math Processor
- Remove Field Processor
- Remove Tag Processor
- Rename Field Processor
- Split Processor
- Strip Processor
- Substitue Processor
- Substring Processor
- Translate Processor
- UpperCase Processor
- User Agent Processor
- URL Decode Processor
- XML Processor
- DeDot Processor
- Doc Size Processor
- If statement
- Additional Commands
-
Processors