Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Apr 24, 2020
1 parent b488cb2 commit 6f1ecd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const createMLJob = async ({
query: {
bool: {
filter: [
{ term: { 'monitor.id': lowerCaseMonitorId } },
{ term: { 'monitor.id': monitorId } },
{ range: { 'monitor.duration.us': { gt: 0 } } },
],
},
Expand Down

0 comments on commit 6f1ecd3

Please sign in to comment.