Skip to content

Commit

Permalink
Update composite aggregation size to be from 4 records per scroll to …
Browse files Browse the repository at this point in the history
…1000 records per scroll
  • Loading branch information
AmartC committed Nov 4, 2022
1 parent 4faefd8 commit 384942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modeltraining/pkg/modeltraining/aggregation.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (s *ModelTrainingPlugin) aggregateWorkloadLogs() {
"aggs": map[string]any{
"bucket": map[string]any{
"composite": map[string]any{
"size": 4,
"size": 1000,
"sources": []map[string]any{
{
"cluster_id": map[string]any{
Expand Down

0 comments on commit 384942f

Please sign in to comment.