LowerCase Processor - logzio/sawmill GitHub Wiki
LowerCase [lowerCase]
This processor will lowercase all the values in a field.
- field
Example
{
"steps": [
{
"lowerCase": {
"config": {
"field": "parsed_json_key"
}
}
}
]
}