x-pack/solutions/security/plugins/session_view/README.md
Session View is meant to provide a visualization into what is going on in a particular Linux environment where the agent is running. It looks likes a terminal emulator; however, it is a tool for introspecting process activity and understanding user and service behaviour in your Linux servers and infrastructure. It is a time-ordered series of process executions displayed in a tree over time.
It provides an audit trail of:
From kibana path in your terminal go to this plugin root:
cd x-pack/solutions/security/plugins/session_view
Then run jest with:
yarn test:jest
Or if running from kibana root, you can specify the -i to specify the path:
yarn test:jest -i x-pack/solutions/security/plugins/session_view/