laktak/extrakto

word filter should split on commas

laur89 opened this issue · 3 comments

word filter currently doesn't split on commas. Eg if there is line like users:(("node",pid=1454441,fd=22)), then word filter would extract 1454441,fd; would expect those 2 values to be split on comma.

Yes, I think that makes sense. I will update the defaults.

Updated. Note that you won't see fd as it is too short to be included in the result (by default).

@laur89 I reverted the change because it no longer allowed formatted numbers to be extracted. You can still make it work the way you want - see the sample in https://github.com/laktak/extrakto/blob/master/extrakto.conf