I'm a complete noob at Elastic Stack. I need to display command history in kibana in an easy to read format, I'm looking for something like this. For that, I've set auditbeat with this rule to log every command someone runs:
-a always,exit -F arch=b64 -S execve,execveat -F key=actionmade
However the log that it generates is really complicated and hard to read.
I'm facing two things:
- Is it possible to create a table like in the first picture? If so, could I ask for some guidance?
- This is a more minor thing but auditbeat logs some commands that the system runs and not the user, is it possible to make it log only commands that a user enters with a shell?
Thanks ahead!