Skip to content

Commit

Permalink
Request bulk stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 30, 2020
1 parent 0f57b9b commit 65be0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/index/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func init() {
}

const (
statsMetrics = "docs,fielddata,indexing,merge,search,segments,store,refresh,query_cache,request_cache"
statsMetrics = "docs,fielddata,indexing,bulk,merge,search,segments,store,refresh,query_cache,request_cache"
statsPath = "/_stats/" + statsMetrics + "?filter_path=indices"
)

Expand Down

0 comments on commit 65be0c9

Please sign in to comment.