Skip to content

Commit

Permalink
adding exclude_frequent to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Oct 20, 2020
1 parent f07fd63 commit 018d118
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ export default ({ getService }: FtrProviderContext) => {
groups: [],
analysis_config: {
bucket_span: '15m',
detectors: [{ function: 'mean', field_name: 'products.discount_amount' }],
detectors: [
{
function: 'mean',
field_name: 'products.discount_amount',
exclude_frequent: 'none',
},
],
influencers: [],
summary_count_field_name: 'doc_count',
},
Expand Down

0 comments on commit 018d118

Please sign in to comment.