analytics.scheduled_database_update

Background

This setting controls the scheduled updating of analytics for a search package. When set to true, analytics will be updated for the search package by the scheduled task, which is normally run nightly. When set to false, analytics for the search package will be updated only when it is manually triggered.

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.scheduled_database_update key, and set the value. This can be set to any valid Boolean value.

Default value

The default setting let the scheduled analytics update occur for the search package:

analytics.scheduled_database_update=true

Examples

To stop automatic analytics updates and allow only manual updating:

analytics.scheduled_database_update=false

See also