analytics.scheduled_database_update

Control whether reports for the search package are updated on a scheduled basis.

Key: analytics.scheduled_database_update
Type: Boolean
Can be set in: collection.cfg

Description

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.

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