Skip to content

Commit

Permalink
Cherry-pick #20918 to 7.x: Update fields.yml in azure module (#21012)
Browse files Browse the repository at this point in the history
* Update fields.yml in azure module (#20918)

* mofidy doc

* fix

* generate json

* changelog

* fields

* test

* update fields

(cherry picked from commit 7ca9ebe)

* fix changelog
  • Loading branch information
narph authored Sep 15, 2020
1 parent d75e6a9 commit 0d6d95e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Fix ec2 disk and network metrics to use Sum statistic method. {pull}20680[20680]
- Fill cloud.account.name with accountID if account alias doesn't exist. {pull}20736[20736]
- Fix ec2 disk and network metrics to use Sum statistic method. {pull}20680[20680]
- Update fields.yml in the azure module, missing metrics field. {pull}20918[20918]
- The `elasticsearch/index` metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. {pull}20938[20938]
- Disable Kafka metricsets based on Jolokia by default. They require a different configuration. {pull}20989[20989]

Expand Down
21 changes: 10 additions & 11 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4516,6 +4516,16 @@ type: keyword
Azure metric dimensions.


type: object

--

*`azure.metrics.*.*`*::
+
--
Metrics returned.


type: object

--
Expand Down Expand Up @@ -4750,17 +4760,6 @@ type: object
monitor



*`azure.monitor.metrics.*.*`*::
+
--
Metrics returned.


type: object

--

*`azure.storage.*.*`*::
+
--
Expand Down
6 changes: 6 additions & 0 deletions x-pack/metricbeat/module/azure/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@
object_type_mapping_type: "*"
description: >
Azure metric dimensions.
- name: metrics.*.*
type: object
object_type: float
object_type_mapping_type: "*"
description: >
Metrics returned.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/azure/fields.go

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

7 changes: 1 addition & 6 deletions x-pack/metricbeat/module/azure/monitor/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
description: >
monitor
fields:
- name: metrics.*.*
type: object
object_type: float
object_type_mapping_type: "*"
description: >
Metrics returned.


0 comments on commit 0d6d95e

Please sign in to comment.