System property configuration

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 5분
  • Use system properties to configure the functionality of the Conversational Analytics dashboard.

    Use the following system properties to configure the functionality of the Conversational Analytics dashboard. You must have the Chat Analytics Admin [chat_analytics_admin] role.

    표 1. Conversational Analytics dashboard system properties
    Functionality System property Description
    Debug sn_ci_analytics.logging.verbosity Set this property to "debug" to see the debug logs for conversational analytics. The setting makes the logs verbose with debug information.
    Reasons sn_ci_analytics.ca.reason_max Sets the maximum length of reason strings. The default is 1000 characters.
    Hash sn_ci_analytics.show_hashed_user_id
    1. Set this property to true to display hashed user Ids on the Conversations and Users pages in the dashboard. The default is false.
    2. Provide read access to Hashed User ID column in the Users (sys_user) table.
    Max search breakdown sn_ci_analytics.max.search.threshold Sets the maximum breakdown elements for search. Default value is 10000. The value of this property should not exceed 10000. Use this property in conjunction with the properties in Performance Analytics.
    주:

    If the data on User Search Metrics page does not load due to an invalid configuration error, set the value of com.snc.pa.scorecards.max_breakdown_elements property to 10000. The default value of this property is 1000.

    If the number of search terms exceeds the limit specified in the com.snc.pa.dc.max_breakdown_elements_limit property, the dashboard will not show any data. Be sure to set the value of com.snc.pa.dc.max_breakdown_elements_limit or com.snc.pa.dc.hsql.max_breakdown_elements_limit property to be greater than or equal to sn_ci_analytics.max.search.threshold. The default value of these properties is 10000.

    See Breakdown and indicator Performance Analytics properties and Data collector Performance Analytics properties for more information.

    Max event breakdown sn_ci_analytics.max.event_props.threshold Sets the maximum breakdown elements for custom events. Default value is 100. Maximum can be 10000. Use this property in conjunction with the following properties in Performance Analytics.
    주:

    If the data on User Search Metrics page does not load due to an invalid configuration error, set the value of com.snc.pa.scorecards.max_breakdown_elements property to 10000. The default value of this property is 1000.

    If the number of custom events exceeds the limit specified in the com.snc.pa.dc.max_breakdown_elements_limit property, the dashboard will not show any data. Be sure to set the value of com.snc.pa.dc.max_breakdown_elements_limit or com.snc.pa.dc.hsql.max_breakdown_elements_limit property to be greater than or equal to sn_ci_analytics.max.search.threshold. The default value of these properties is 10000.

    See Breakdown and indicator Performance Analytics properties and Data collector Performance Analytics properties for more information.