Skip to content

Commit

Permalink
Revert name change
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and ruflin committed Feb 10, 2017
1 parent 329855c commit 78afd57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Amount of disk space used by spatial views (bytes).
[float]
=== couchbase.node.couch.views.disk_size.bytes
=== couchbase.node.couch.views.actual_disk_size.bytes
type: long
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/metricbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,14 +446,14 @@
},
"views": {
"properties": {
"data_size": {
"actual_disk_size": {
"properties": {
"bytes": {
"type": "long"
}
}
},
"disk_size": {
"data_size": {
"properties": {
"bytes": {
"type": "long"
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/metricbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,14 +449,14 @@
},
"views": {
"properties": {
"data_size": {
"actual_disk_size": {
"properties": {
"bytes": {
"type": "long"
}
}
},
"disk_size": {
"data_size": {
"properties": {
"bytes": {
"type": "long"
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/couchbase/node/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type: long
description: >
Amount of disk space used by spatial views (bytes).
- name: couch.views.disk_size.bytes
- name: couch.views.actual_disk_size.bytes
type: long
description: >
Amount of disk space used by Couch views (bytes).
Expand Down

0 comments on commit 78afd57

Please sign in to comment.