Skip to content

Commit

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

* Making parity with internal collector

* Make bulk threadpool stats optional
  • Loading branch information
ycombinator authored Jul 10, 2019
1 parent 34eeecd commit 9ad573d
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 9ad573d

Please sign in to comment.