Open jsvd opened 8 years ago
set a default value if the field exists but the value is null. proposed syntax:
filter { mutate { coerce => { "field1" => 0 "field2" => "default string" } } }
set a default value if the field exists but the value is null. proposed syntax: