Hello Jwood,
The audit sources for the Navigator audit data is as follows:
OS File System:
Each service has audit data in the OS file system, under the following path:
/var/log/<service>/audit
For example, the HDFS audit data would be located in the following path:
/var/log/hadoop-hdfs/audit
From there you would view the "hdfs-audit.log" file.
MySQL:
The audit data is propagated from the aforementioned audit files to Navigator Audit Server's underlying database.
The data is located in the following tables:
<SERVICENAME>_AUDIT_EVENTS
For example, the can find the HBASE, HDFS, and HUE audit data in the following tables:
- HBASE_AUDIT_EVENTS
- HDFS_AUDIT_EVENTS
- HUE_AUDIT_EVENTS