hello again,
I have this:
(sourcetype=ps) | search [search bash_command=kill* | rex field=bash_command "kill (?.+[0-9])" | dedup PID |fields PID ]
But don't work, i now i need split PID, but, i want first somo data
thanks a lot to rob_jordan and masonmorales
... View more