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 <[email protected]>
  • Loading branch information
gpop63 and endorama authored Sep 9, 2022
1 parent 7bef110 commit 8156cdd
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 @@ -80,6 +80,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff]

*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]
- Add missing cluster metadata to k8s module metricsets {pull}32979[32979]
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36735,7 +36735,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 8156cdd

Please sign in to comment.