We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014746c commit 82fd33cCopy full SHA for 82fd33c
1 file changed
x-pack/packages/ml/aiops_log_rate_analysis/constants.ts
@@ -22,7 +22,7 @@ export const LOG_RATE_ANALYSIS_SETTINGS = {
22
/**
23
* The number of terms by field to fetch for the zero docs fallback analysis.
24
*/
25
- TOP_TERMS_FALLBACK_SIZE: 10,
+ TOP_TERMS_FALLBACK_SIZE: 100,
26
} as const;
27
28
0 commit comments