Created 05-17-2020 06:59 PM
Is it okay to do some clean up on mysql database of Cloudera navigator Audit?
Created 05-19-2020 07:27 AM
Connect to your database. > show databases; > use <nav_audit_database>; > show tables; > drop table <audit_event_table>;
https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cn_admcfg_audit_filters.html
Hope this helps,
Paras
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 05-19-2020 07:27 AM
Connect to your database. > show databases; > use <nav_audit_database>; > show tables; > drop table <audit_event_table>;
https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cn_admcfg_audit_filters.html
Hope this helps,
Paras
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.