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