Skip to content

Commit

Permalink
modify existing FT to handle case of string param
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Jan 21, 2021
1 parent 2fc19f1 commit 9f95ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
timeWindowUnit: 'm',
groupBy: 'all',
threshold: [1000, 5000],
index: ['.kibana_1'],
index: '.kibana_1',
timeField: 'alert',
},
actions: [
Expand Down

0 comments on commit 9f95ce7

Please sign in to comment.