analytics.outlier.exclude_profiles

Background

This setting allows specific results pages to be excluded from trend alert processing. Each results page to be excluded should be included by name in a comma separated list.

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.outlier.exclude_profiles key, and set the value. This can be set to any valid List<com.funnelback.common.profile.ProfileId> value.

Default value

(none)

Examples

Specify that rp1 and rp3 should be excluded from trend alerts:

analytics.outlier.exclude_profiles=rp1,rp3

See also