is there a way to get queries from the shell_histo...
# general
v
is there a way to get queries from the shell_history table to return history data from shells besides sh and bash?
s
Why not start to use process_events to monitor all commands ? In my opinion much more powerful and "realtime" compared to shell_history data
v
I'm hoping to do both. I want the shell_history so that I can preserve information about redirects, like | or >
process_events works really well