Skip to content

Commit

Permalink
[7.3] Making parity with internal collector (#12830) (#12844)
Browse files Browse the repository at this point in the history
* Making parity with internal collector

* Make bulk threadpool stats optional
  • Loading branch information
ycombinator authored Jul 10, 2019
1 parent 295ce36 commit 8c7c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/node_stats/data_xpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var (
}),
}),
"thread_pool": c.Dict("thread_pool", s.Schema{
"analyze": c.Dict("analyze", threadPoolStatsSchema),
"bulk": c.Dict("bulk", threadPoolStatsSchema, c.DictOptional),
"write": c.Dict("write", threadPoolStatsSchema),
"generic": c.Dict("generic", threadPoolStatsSchema),
"get": c.Dict("get", threadPoolStatsSchema),
Expand Down

0 comments on commit 8c7c5af

Please sign in to comment.