System properties for Proactive analytics

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Several system properties that affect the generation of insights cards are available.

    These properties either exist or can be created on the System Properties [sys_properties] table. The admin role is necessary to set system properties.
    Note:
    To open the System Properties [sys_properties] table, enter sys_properties.list in the navigation filter.
    Table 1. Properties for Proactive Analytics
    Property Description

    com.snc.pa.insights.query_limit

    Limit the number of rows when querying the par_computed_insight table in the GET response to the Insights API.

    • Type: Integer
    • Default value: 1000
    • Location: The System Properties [sys_properties] table

    com.snc.pa.insight.max_days_in_past

    By default, retrieve insights created within the number of days in the past that this property specifies.
    • Type: Integer
    • Default value: 14
    • Location: To change the value, create this property in the System Properties table.
    • More information: Add a system property

    com.snc.pa.correlation.enable_insights

    Enables the generation of key contributor insight cards.
    • Type: true/false (Boolean)
    • Default value: true
    • Location: To change the value, create this property in the System Properties table.
    • More information: Add a system property

    com.sys_par_insights_enabled

    Enables the Proactive Analytics feature.
    • Type: true/false (Boolean)
    • Default value: true
    • Location: To change the value, create this property in the System Properties table.
    • More information: Add a system property
    com.snc.pa.xmr.processes.limit The maximum number of KPI Signals Configurations (pa_xmr_processes) that can be evaluated by the KPI Signals Insight Job. After this number of processes have been evaluated, the remaining processes are ignored.
    • Type: Integer
    • Default: 1000
    • Maximum: 10,000