Hello,
Is there any way to audit user sessions in HIVE?
I'm looking for login, logout and/or failed login audit data.
More specifically, I'm looking for audit data with this type of info:
Login success for user X at 10am.
Failed Login for user Y. Wrong password.
User X Logout.
I'm using Cloudera Manager to send audit data through Rsyslog.
But the data sent is only about user activity after a successful login (like CRUD & other activity).
Any help appreciated. Thanks!