mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Only persist top 5 inputs for a risk score
This commit is contained in:
parent
82024c240a
commit
b12224c323
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ const buildIdentifierTypeAggregation = ({
|
|||
aggs: {
|
||||
inputs: {
|
||||
top_hits: {
|
||||
size: 10,
|
||||
size: 5,
|
||||
sort: { [ALERT_RISK_SCORE]: 'desc' },
|
||||
_source: false,
|
||||
docvalue_fields: ['@timestamp', ALERT_RISK_SCORE, ALERT_RULE_NAME],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue