Skip to content

Commit

Permalink
[Metricbeat] Fix nesting of headings in Elasticsearch fields descript…
Browse files Browse the repository at this point in the history
…ion (elastic#20676)
  • Loading branch information
sayden authored Aug 20, 2020
1 parent 929e838 commit 0665527
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 108 deletions.
82 changes: 13 additions & 69 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16565,16 +16565,10 @@ type: boolean
[float]
=== node.stats

node_stats
Statistics about each node in a Elasticsearch cluster



[float]
=== indices

Node indices stats



*`elasticsearch.node.stats.indices.docs.count`*::
+
Expand Down Expand Up @@ -16628,25 +16622,14 @@ type: long

--

[float]
=== jvm.mem.pools

JVM memory pool stats



[float]
=== old

Old memory pool stats.



*`elasticsearch.node.stats.jvm.mem.pools.old.max.bytes`*::
+
--
Max bytes.


type: long

format: bytes
Expand All @@ -16658,6 +16641,7 @@ format: bytes
--
Peak bytes.


type: long

format: bytes
Expand All @@ -16669,6 +16653,7 @@ format: bytes
--
Peak max bytes.


type: long

format: bytes
Expand All @@ -16680,24 +16665,20 @@ format: bytes
--
Used bytes.


type: long

format: bytes

--

[float]
=== young

Young memory pool stats.



*`elasticsearch.node.stats.jvm.mem.pools.young.max.bytes`*::
+
--
Max bytes.


type: long

format: bytes
Expand All @@ -16709,6 +16690,7 @@ format: bytes
--
Peak bytes.


type: long

format: bytes
Expand All @@ -16720,6 +16702,7 @@ format: bytes
--
Peak max bytes.


type: long

format: bytes
Expand All @@ -16731,24 +16714,20 @@ format: bytes
--
Used bytes.


type: long

format: bytes

--

[float]
=== survivor

Survivor memory pool stats.



*`elasticsearch.node.stats.jvm.mem.pools.survivor.max.bytes`*::
+
--
Max bytes.


type: long

format: bytes
Expand All @@ -16760,6 +16739,7 @@ format: bytes
--
Peak bytes.


type: long

format: bytes
Expand All @@ -16771,6 +16751,7 @@ format: bytes
--
Peak max bytes.


type: long

format: bytes
Expand All @@ -16782,81 +16763,48 @@ format: bytes
--
Used bytes.


type: long

format: bytes

--

[float]
=== jvm.gc.collectors

GC collector stats.



[float]
=== old.collection

Old collection gc.



*`elasticsearch.node.stats.jvm.gc.collectors.old.collection.count`*::
+
--


type: long

--

*`elasticsearch.node.stats.jvm.gc.collectors.old.collection.ms`*::
+
--


type: long

--

[float]
=== young.collection

Young collection gc.



*`elasticsearch.node.stats.jvm.gc.collectors.young.collection.count`*::
+
--


type: long

--

*`elasticsearch.node.stats.jvm.gc.collectors.young.collection.ms`*::
+
--


type: long

--

[float]
=== fs.summary

File system summary



*`elasticsearch.node.stats.fs.summary.total.bytes`*::
+
--


type: long

format: bytes
Expand All @@ -16866,8 +16814,6 @@ format: bytes
*`elasticsearch.node.stats.fs.summary.free.bytes`*::
+
--


type: long

format: bytes
Expand All @@ -16877,8 +16823,6 @@ format: bytes
*`elasticsearch.node.stats.fs.summary.available.bytes`*::
+
--


type: long

format: bytes
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.

Loading

0 comments on commit 0665527

Please sign in to comment.