Skip to content

Commit 82fd33c

Browse files
committed
revert top items back to 100
1 parent 014746c commit 82fd33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/packages/ml/aiops_log_rate_analysis/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const LOG_RATE_ANALYSIS_SETTINGS = {
2222
/**
2323
* The number of terms by field to fetch for the zero docs fallback analysis.
2424
*/
25-
TOP_TERMS_FALLBACK_SIZE: 10,
25+
TOP_TERMS_FALLBACK_SIZE: 100,
2626
} as const;
2727

2828
/**

0 commit comments

Comments
 (0)