Skip to content

Commit

Permalink
[elasticsearch] Use flattened type for nodes in cluster stats (#35206)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren authored Apr 28, 2023
1 parent 3eeb611 commit 16f1c0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30347,6 +30347,13 @@ type: keyword

--

*`elasticsearch.cluster.stats.state.nodes`*::
+
--
type: flattened

--

*`elasticsearch.cluster.stats.status`*::
+
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
type: keyword
- name: state_uuid
type: keyword
- name: nodes
type: flattened
- name: status
type: keyword
description: Cluster status (green, yellow, red).
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16f1c0d

Please sign in to comment.