You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

With Celonis Process Mining 4.7.2, we are focussing on improved stability and ease of migration to the EMS.

Please find the official release note presentation as well as the bug fixes attached. Additionally, this article features a technical overview of the newly introduced features below.




Release Notes

Bug fixes





Updating to Celonis Process Mining 4.7.2

Please be aware that before updating to Celonis Process Mining 4.7.2, it is required to install and run version 4.7.1

For detailed information and further required steps, please refer to the Celonis 4.7.2 - Update Guide 1.13. All updated guides can be found here.

Not adhering to these instructions can lead to loss of configuration! These steps are not necessary in case of a fresh installation. Only application updates are affected.




Changes & Improvements




Important Changes

1. Deprecation note: legacy audit logger

With Celonis Process Mining 4.7.2, we are deprecating the legacy audit logger configured in <installDir>/component_configurations/audit-logging.properties.

In case the audit logs are used in your installation, a migration of the audit logging configuration to the new audit-logging-advanced.properties file is required. 

For detailed information and further required steps, please refer to the Celonis 4.7.2 - Update Guide 1.13. Not following the instructions will lead to no audit logs being written. 

How to activate the new advanced audit logger:

  1. Log onto the application server
  2. Stop the Celonis Process Mining application
  3. Navigate to <installDir>/component_configurations/
  4. Copy the audit-logging-advanced.properties.sample file and rename one of the files to audit-logging-advanced.properties. Make sure the file is treated as a .PROPERTIES file
  5. Open the properties file and activate the required properties by setting them to true
  6. Start the Celonis Process Mining application



2. Amazon Athena JDBC driver

With Celonis Process Mining 4.7.2, we no longer distribute the Amazon Athena JDBC driver (com.simba.athena.jdbc.Driver) with the application. If you are currently connecting to Amazon Athena, please follow the instructions in the Update Guide 1.13 to deploy the Amazon Athena JDBC driver. This change is required to ensure full version compatibility. 

Not following this instruction will lead to all Amazon Athena connections failing.

How to deploy your own Amazon Athena JDBC driver:

  1. Get the suitable JDBC driver from the vendor
  2. Log onto the application server
  3. Stop the Celonis Process Mining application
  4. Navigate to <installDir>/lib and paste the driver .jar file into the folder
  5. Start the Celonis Process Mining application




Switching analyses with selections

Since Celonis Process Mining 4.7.2, it is possible to browse and open another analysis from the current one.


Doing so, it is also possible to forward the current selections to the target analysis if they are connected to the same data model.

  1. Access the pop-up menu
  2. Select, whether the current selections should be carried to the target analysis 
  3. Browse through the analyses
  4. Select and go to analysis





Audit logging to database

With release 4.7.2, support audit logging to external databases to enable advanced analysis of the logging events.

You can find the required new properties in the audit-logging-advanced.properties.sample file in <installDir>/component_configurations after the update. If you are already using the advanced audit logs, you can copy the new properties into the existing audit-logging-advanced.properties.sample file.

More information about the configuration of the advanced audit logs can be found in the Operation Guide.

Please find the following addition in the audit-logging-advanced.properties.sample file:

audit-logging-advanced.properties.sample
# Logging to the database is disabled by default
# To enable logging to the database, uncomment the next section, set audit_logging_advanced_config.database to true
# and configure a datasource
# audit_logging_advanced_config.database=true
# audit_logging_advanced_config.database.driverClassName=<driver>
# audit_logging_advanced_config.database.url=<url>
# audit_logging_advanced_config.database.username=<user>
# audit_logging_advanced_config.database.password=<password>




User and group report




Permission report




Authorization report




Improved transport creation

In the new version, you can now create transports more efficiently. We added the options to directly include:

  • all analyses from a selected folder
  • all analyses from a selected folder and all of its subfolders
  • all data models from a selected project
  • all analyses and data models from a selected project


In addition to that, you can select the new transport creation options directly when viewing a folder or project.





Bulk user deletion




  • No labels