Reset_after command not working for resetting value of multiple columns. I am using below command
(replace @ symbol with asterisk in below query ) :
| streamstats window=5 sum(test_@) as new_@ reset_before="("('test_*')=0")"
Requirement : The values of (new_@) should be reset whenever there is value change in "test_*" fields.
Here ('test_*') refers to multiple columns and same with (new_@).