Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Uninstall Audit Log Filter

If you no longer need the audit log filter functionality, you can remove the component from server using the following command:

mysql> UNINSTALL COMPONENT 'file://component_audit_log_filter';

This command does the following:

  • UNINSTALL COMPONENT: This tells the server to remove a plugin or feature that was previously installed.

  • file://component_audit_log_filter: This is the identifier for the Audit Log Filter Component, which is responsible for applying rules to decide which audit log events are recorded.