Skip to content

Commit

Permalink
Fix size with detection rule telemetry. (#99900)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed May 12, 2021
1 parent 2ce8e10 commit 68dd485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const getDetectionRuleMetrics = async (
filterPath: [],
ignoreUnavailable: true,
index: kibanaIndex,
size: 1,
size: 10_000, // elasticsearch index.max_result_window default value
};

try {
Expand Down

0 comments on commit 68dd485

Please sign in to comment.