System property configuration
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.
| 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 |
|
| 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. Remarque : 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. Remarque : 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. |