Skip to content

Commit

Permalink
Update metricbeat/module/elasticsearch/node_stats/data.go
Browse files Browse the repository at this point in the history
Co-authored-by: Milton Hultgren <[email protected]>
  • Loading branch information
philippkahr and miltonhultgren authored Apr 16, 2024
1 parent a622ef8 commit f19d983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/module/elasticsearch/node_stats/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ var (
"count": c.Int("query_total"),
},
}),
"shard_stats": s.Object{
"shard_stats": c.Dict("shard_stats", s.Schema{
"total_count": c.Int("total_count"),
},
}, c.DictOptional),
"store": c.Dict("store", s.Schema{
"size": s.Object{
"bytes": c.Int("size_in_bytes"),
Expand Down

0 comments on commit f19d983

Please sign in to comment.