Describe the bug
When I use collapse_nums not all numbers are collapsed, the following string is returned as is temp_23_175863242537_93_98
To Reproduce
* | limit 1 | format 'temp_23_175863242537_93_98_ abc 123 test' as _msg | collapse_nums
returns:
temp_23_175863242537_93_98_ abc <N> test
expected:
temp_<N>_<N>_<N>_<N>_ abc <N> test
Version
1.33.0
Logs
No response
Screenshots
No response
Used command-line flags
No response
Additional information
No response
Describe the bug
When I use
collapse_numsnot all numbers are collapsed, the following string is returned as istemp_23_175863242537_93_98To Reproduce
* | limit 1 | format 'temp_23_175863242537_93_98_ abc 123 test' as _msg | collapse_numsreturns:
temp_23_175863242537_93_98_ abc <N> testexpected:
temp_<N>_<N>_<N>_<N>_ abc <N> testVersion
1.33.0
Logs
No response
Screenshots
No response
Used command-line flags
No response
Additional information
No response