analytics.reports.max_facts_per_dimension_combination

Background

This setting controls the number of facts that are stored by the query reporting system while updating reports. Increasing this value will result in more raw log data being considered when generating report statistics. Setting this value to a smaller number will reduce the memory and disk space usage for reporting. Care should be taken when modifying this value.

A full reports update is required for this setting to be effective on existing reports.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the analytics.reports.max_facts_per_dimension_combination key, and set the value. This can be set to any valid Integer value.

Default value

analytics.reports.max_facts_per_dimension_combination=500

Examples

Specify a larger value to increase the number of facts being considered:

analytics.reports.max_facts_per_dimension_combination=800

See also