-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting unnecessary mapping changes
- Loading branch information
1 parent
149d3ce
commit b5912d8
Showing
3 changed files
with
152 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
303 changes: 149 additions & 154 deletions
303
metricbeat/module/elasticsearch/node_stats/_meta/fields.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,163 +1,158 @@ | ||
- name: node | ||
- name: node.stats | ||
type: group | ||
description: > | ||
Node | ||
node_stats | ||
release: beta | ||
fields: | ||
- name: stats | ||
- name: indices | ||
type: group | ||
description: > | ||
Node stats | ||
Node indices stats | ||
fields: | ||
- name: indices | ||
type: group | ||
description: > | ||
Node indices stats | ||
fields: | ||
- name: docs.count | ||
type: long | ||
description: > | ||
Total number of existing documents. | ||
- name: docs.deleted | ||
type: long | ||
description: > | ||
Total number of deleted documents. | ||
- name: segments.count | ||
type: long | ||
description: > | ||
Total number of segments. | ||
- name: segments.memory.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
Total size of segments in bytes. | ||
- name: store.size.bytes | ||
type: long | ||
description: > | ||
Total size of the store in bytes. | ||
- name: jvm.mem.pools | ||
type: group | ||
description: > | ||
JVM memory pool stats | ||
fields: | ||
- name: old | ||
type: group | ||
description: > | ||
Old memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
- name: young | ||
type: group | ||
description: > | ||
Young memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
- name: survivor | ||
type: group | ||
description: > | ||
Survivor memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
- name: docs.count | ||
type: long | ||
description: > | ||
Total number of existing documents. | ||
- name: docs.deleted | ||
type: long | ||
description: > | ||
Total number of deleted documents. | ||
- name: segments.count | ||
type: long | ||
description: > | ||
Total number of segments. | ||
- name: segments.memory.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
Total size of segments in bytes. | ||
- name: store.size.bytes | ||
type: long | ||
description: > | ||
Total size of the store in bytes. | ||
- name: jvm.mem.pools | ||
type: group | ||
description: > | ||
JVM memory pool stats | ||
fields: | ||
- name: old | ||
type: group | ||
description: > | ||
Old memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
- name: young | ||
type: group | ||
description: > | ||
Young memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
- name: survivor | ||
type: group | ||
description: > | ||
Survivor memory pool stats. | ||
fields: | ||
- name: max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Max bytes. | ||
- name: peak.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak bytes. | ||
- name: peak_max.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Peak max bytes. | ||
- name: used.bytes | ||
type: long | ||
format: bytes | ||
description: | ||
Used bytes. | ||
|
||
- name: jvm.gc.collectors | ||
type: group | ||
description: > | ||
GC collector stats. | ||
fields: | ||
- name: old.collection | ||
type: group | ||
description: > | ||
Old collection gc. | ||
fields: | ||
- name: count | ||
type: long | ||
description: > | ||
- name: ms | ||
type: long | ||
description: > | ||
- name: young.collection | ||
type: group | ||
description: > | ||
Young collection gc. | ||
fields: | ||
- name: count | ||
type: long | ||
description: > | ||
- name: ms | ||
type: long | ||
description: > | ||
- name: jvm.gc.collectors | ||
type: group | ||
description: > | ||
GC collector stats. | ||
fields: | ||
- name: old.collection | ||
type: group | ||
description: > | ||
Old collection gc. | ||
fields: | ||
- name: count | ||
type: long | ||
description: > | ||
- name: ms | ||
type: long | ||
description: > | ||
- name: young.collection | ||
type: group | ||
description: > | ||
Young collection gc. | ||
fields: | ||
- name: count | ||
type: long | ||
description: > | ||
- name: ms | ||
type: long | ||
description: > | ||
- name: fs.summary | ||
type: group | ||
description: > | ||
File system summary | ||
fields: | ||
- name: total.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
- name: free.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
- name: available.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
- name: fs.summary | ||
type: group | ||
description: > | ||
File system summary | ||
fields: | ||
- name: total.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
- name: free.bytes | ||
type: long | ||
format: bytes | ||
description: > | ||
- name: available.bytes | ||
type: long | ||
format: bytes | ||
description: > |