Skip to content

Commit 8793526

Browse files
committed
update fields
1 parent 29f43f1 commit 8793526

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/gcp/data_stream/billing/fields/fields.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- name: project_id
1212
type: keyword
1313
description: Project ID of the billing report belongs to.
14+
- name: project_name
15+
type: keyword
16+
description: Project Name of the billing report belongs to.
1417
- name: total
1518
type: float
1619
description: Total billing amount.
20+
- name: billing_account_id
21+
type: keyword
22+
description: Project Billing Account ID.

packages/gcp/docs/metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ An example event for `billing` looks as following:
5656
| cloud | Fields related to the cloud or infrastructure the events are coming from. | group |
5757
| cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword |
5858
| cloud.account.name | The cloud account name or alias used to identify different entities in a multi-tenant environment. Examples: AWS account name, Google Cloud ORG display name. | keyword |
59-
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
59+
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |
6060
| cloud.image.id | Image ID for the cloud instance. | keyword |
6161
| cloud.instance.id | Instance ID of the host machine. | keyword |
6262
| cloud.instance.name | Instance name of the host machine. | keyword |
@@ -76,9 +76,11 @@ An example event for `billing` looks as following:
7676
| error.message | Error message. | match_only_text |
7777
| event.dataset | Event dataset | constant_keyword |
7878
| event.module | Event module | constant_keyword |
79+
| gcp.billing.billing_account_id | Project Billing Account ID. | keyword |
7980
| gcp.billing.cost_type | Cost types include regular, tax, adjustment, and rounding_error. | keyword |
8081
| gcp.billing.invoice_month | Billing report month. | keyword |
8182
| gcp.billing.project_id | Project ID of the billing report belongs to. | keyword |
83+
| gcp.billing.project_name | Project Name of the billing report belongs to. | keyword |
8284
| gcp.billing.total | Total billing amount. | float |
8385
| host.architecture | Operating system architecture. | keyword |
8486
| host.containerized | If the host is a container. | boolean |

0 commit comments

Comments
 (0)