Skip to content

Commit

Permalink
[7.17](backport #32806) [Metricbeat] Fix GCP Storage field (#33034)
Browse files Browse the repository at this point in the history
* [Metricbeat] Fix GCP Storage field (#32806)

* fix field

* fix docs and fields

* add changelog entry in bug fixes

Co-authored-by: Edoardo Tenani <[email protected]>
(cherry picked from commit 8156cdd)

# Conflicts:
#	x-pack/metricbeat/module/gcp/fields.go

* Update fields.go

* fix fields

Co-authored-by: Gabriel Pop <[email protected]>
Co-authored-by: gab <[email protected]>
  • Loading branch information
3 people authored Sep 27, 2022
1 parent 857b7c1 commit 9a1d4c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Metricbeat*

- Fix GCP storage field naming {pull}32806[32806]
- in module/windows/perfmon, changed collection method of the second counter value required to create a displayable value {pull}32305[32305]
- Fix and improve AWS metric period calculation to avoid zero-length intervals {pull}32724[32724]
- make `system/filesystem` code sensitive to `hostfs` and migrate libraries to `elastic-agent-opts` {pull}31001[31001]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29051,7 +29051,7 @@ type: long

--

*`gcp.storage.authz.acl_based_object_access_.ount`*::
*`gcp.storage.authz.acl_based_object_access.count`*::
+
--
Delta count of requests that result in an object being granted access solely due to object ACLs.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/gcp/fields.go

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

2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/gcp/storage/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: api.request.count
type: long
description: Delta count of API calls, grouped by the API method name and response code.
- name: authz.acl_based_object_access_.ount
- name: authz.acl_based_object_access.count
type: long
description: Delta count of requests that result in an object being granted access solely due to object ACLs.
- name: authz.acl_operations.count
Expand Down

0 comments on commit 9a1d4c8

Please sign in to comment.