Customize limits for Usage details

The Usage details page in the Administration section provides usage details based on each customer in IBM Process Mining. On-premises users of IBM Process Mining can customize the threshold levels of this usage details to get accurate statistics.

Warning: When you introduce changes to the processmining.conf file, make sure that you do it correctly. For more information, see Configuration file editing guidelines.

To set threshold levels for usage statistics, complete the following steps:

  1. Open the processmining.conf file.

  2. Add the following configuration into the file:

    ###########################################
    # License metric
    ###########################################
    swidtag: {
        persistent_metric_process_threshold: 13,
        persistent_metric_event_threshold: 70000000,
        persistent_metric_analyst_user_threshold: 4,
        persistent_metric_business_user_threshold: 33,
        persistent_metric_agent_threshold: 12
    
    }
    

Set the thresholds according to the values defined in the purchased license.

Note: These threshold values are used for statistical purposes only. They do not imply any limitation in the use of the product.