Skip to content

Commit

Permalink
Moving node ID and name fields to module level
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 26, 2018
1 parent 09e940a commit 149d3ce
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 29 deletions.
40 changes: 20 additions & 20 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5389,6 +5389,26 @@ type: keyword
Elasticsearch state id.
--
*`elasticsearch.node.id`*::
+
--
type: keyword
Node ID
--
*`elasticsearch.node.name`*::
+
--
type: keyword
Node name.
--
[float]
Expand Down Expand Up @@ -5928,16 +5948,6 @@ node
*`elasticsearch.node.name`*::
+
--
type: keyword
Node name.
--
*`elasticsearch.node.version`*::
+
--
Expand Down Expand Up @@ -6030,16 +6040,6 @@ Node
*`elasticsearch.node.id`*::
+
--
type: keyword
Node ID
--
[float]
== stats fields
Expand Down
10 changes: 10 additions & 0 deletions metricbeat/module/elasticsearch/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@
type: keyword
description: >
Elasticsearch state id.
- name: node.id
type: keyword
description: >
Node ID
- name: node.name
type: keyword
description: >
Node name.
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.

4 changes: 0 additions & 4 deletions metricbeat/module/elasticsearch/node/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
node
release: beta
fields:
- name: name
type: keyword
description: >
Node name.
- name: version
type: keyword
description: >
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/module/elasticsearch/node_stats/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Node
release: beta
fields:
- name: id
type: keyword
description: >
Node ID
- name: stats
type: group
description: >
Expand Down

0 comments on commit 149d3ce

Please sign in to comment.