Hi,
I have tried the following but it did not work:
"dedupSavings" => "(?m)%{NUMBER:dedup_savings:float}[^%]"
For instance, (.*[^%]) -> regex outputs 10 for 10 or 10%. But above one is not. It works fine for data with dedupSavings=10% but not for dedupSavings=10.
I might be missing something here, any help is appreciated.