Strip Processor - logzio/sawmill GitHub Wiki
Strip [strip]
This processor will remove whitespace characters before and after the value of a field.
- fields [array]
Example
{
"steps": [{
"strip": {
"config": {
"fields": ["message"]
}
}
}]
}