Skip to content

Commit

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

* fix docs and fields

* add changelog entry in bug fixes

Co-authored-by: Edoardo Tenani <526307+endorama@users.noreply.github.com>
(cherry picked from commit 8156cdd)

# Conflicts:
#	x-pack/metricbeat/module/gcp/fields.go
  • Loading branch information
gpop63 authored and mergify[bot] committed Sep 9, 2022
1 parent 40f67f3 commit 52d5e2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ 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]

*Packetbeat*
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
4 changes: 4 additions & 0 deletions 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 52d5e2e

Please sign in to comment.