We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda17cb commit d91f759Copy full SHA for d91f759
metricbeat/module/elasticsearch/index/data_xpack.go
@@ -65,7 +65,7 @@ type indexStats struct {
65
IndexTimeInMillis int `json:"index_time_in_millis"`
66
ThrottleTimeInMillis int `json:"throttle_time_in_millis"`
67
} `json:"indexing"`
68
- Bulk bulkStats `json:"bulk"`
+ Bulk *bulkStats `json:"bulk,omitempty"`
69
Merges struct {
70
TotalSizeInBytes int `json:"total_size_in_bytes"`
71
} `json:"merges"`
0 commit comments