|
|
|
|
|
by virgilp
2877 days ago
|
|
It's quite simple, really - at least in some instances. Say you look for log lines (or jsons) that contain the username 'mamcx'; you first filter-away lines that do NOT contain 'mamcx', then parse only the remaining ones (and apply the condition again, on the properly-parsed ones) |
|
Or this scan for separators ({}) then in each scan it again scan per line?