You are viewing the RapidMiner Hub documentation for version 10.2 - Check here for latest version
Audit
RapidMiner Server provides the functionality to log certain activities of users. Those activities include
- creating, updating or deleting connections and their related secret entries stored in RapidMiner Server,
- creating, updating or deleting scheduled processes and
- submitting or stopping jobs.
This behaviour is disabled by default. If you like to increase the verbosity of actions taken by users
within RapidMiner Server, you have to enable the auditing functionality. Do so by adding the AUDIT_ENABLED = true
environment variable
Additional information will now be added to the RapidMiner Server log, e.g.
User 'admin' has submitted a new job with ID '43c7ad28-79bc-42e8-8cc1-320892188343' (owner: 'admin') for the process location '/home/admin/Process'. Selected queue is 'DEFAULT'
Authentication Audit Logs
Keycloak documentation contains instructions to enable audit logging in Keycloak itself.