@@ -87,33 +87,33 @@ For more details about what Cloud logging log queries, see the [GCP official doc
8787# Supported Fields
8888
8989<!-- README-PLUGIN-FIELDS -->
90- | NAME | TYPE | ARG | DESCRIPTION |
91- | -------------------------------| ----------| ------| ------------------------------------------------- |
92- | ` gcp.user ` | ` string ` | None | GCP principal email who committed the action |
93- | ` gcp.callerIP ` | ` string ` | None | GCP principal caller IP |
94- | ` gcp.userAgent ` | ` string ` | None | GCP principal caller useragent |
95- | ` gcp.authorizationInfo ` | ` string ` | None | GCP authorization information affected resource |
96- | ` gcp.serviceName ` | ` string ` | None | GCP API service name |
97- | ` gcp.policyDelta ` | ` string ` | None | GCP service resource access policy |
98- | ` gcp.request ` | ` string ` | None | GCP API raw request |
99- | ` gcp.methodName ` | ` string ` | None | GCP API service method executed |
100- | ` gcp.cloudfunctions.function ` | ` string ` | None | GCF name |
101- | ` gcp.cloudsql.databaseId ` | ` string ` | None | GCP SQL database ID |
102- | ` gcp.compute.instanceId ` | ` string ` | None | GCE instance ID |
103- | ` gcp.compute.networkId ` | ` string ` | None | GCP network ID |
104- | ` gcp.compute.subnetwork ` | ` string ` | None | GCP subnetwork name |
105- | ` gcp.compute.subnetworkId ` | ` string ` | None | GCP subnetwork ID |
106- | ` gcp.dns.zone ` | ` string ` | None | GCP DNS zoned |
107- | ` gcp.iam.serviceAccount ` | ` string ` | None | GCP service account |
108- | ` gcp.iam.serviceAccountId ` | ` string ` | None | GCP IAM unique ID |
109- | ` gcp.location ` | ` string ` | None | GCP region |
110- | ` gcp.logging.sink ` | ` string ` | None | GCP logging sink |
111- | ` gcp.projectId ` | ` string ` | None | GCP project ID |
112- | ` gcp.resourceName ` | ` string ` | None | GCP resource name |
113- | ` gcp.resourceType ` | ` string ` | None | GCP resource type |
114- | ` gcp.resourceLabels ` | ` string ` | None | GCP resource labels |
115- | ` gcp.storage.bucket ` | ` string ` | None | GCP bucket name |
116- | ` gcp.time ` | ` string ` | None | Timestamp of the event in RFC3339 format |
90+ | NAME | TYPE | ARG | DESCRIPTION |
91+ | -------------------------------| ----------| ------| ------------------------------------------|
92+ | ` gcp.user ` | ` string ` | None | GCP principal, actor of the action |
93+ | ` gcp.callerIP ` | ` string ` | None | Actor's IP |
94+ | ` gcp.userAgent ` | ` string ` | None | Actor's User Agent |
95+ | ` gcp.authorizationInfo ` | ` string ` | None | GCP authorization (JSON) |
96+ | ` gcp.serviceName ` | ` string ` | None | GCP API service name |
97+ | ` gcp.policyDelta ` | ` string ` | None | GCP service resource access policy delta |
98+ | ` gcp.request ` | ` string ` | None | GCP API raw request (JSON) |
99+ | ` gcp.methodName ` | ` string ` | None | GCP API service method executed |
100+ | ` gcp.cloudfunctions.function ` | ` string ` | None | GCF name |
101+ | ` gcp.cloudsql.databaseId ` | ` string ` | None | GCP SQL database ID |
102+ | ` gcp.compute.instanceId ` | ` string ` | None | GCE instance ID |
103+ | ` gcp.compute.networkId ` | ` string ` | None | GCP network ID |
104+ | ` gcp.compute.subnetwork ` | ` string ` | None | GCP subnetwork name |
105+ | ` gcp.compute.subnetworkId ` | ` string ` | None | GCP subnetwork ID |
106+ | ` gcp.dns.zone ` | ` string ` | None | GCP DNS zone |
107+ | ` gcp.iam.serviceAccount ` | ` string ` | None | GCP service account |
108+ | ` gcp.iam.serviceAccountId ` | ` string ` | None | GCP IAM unique ID |
109+ | ` gcp.location ` | ` string ` | None | GCP region |
110+ | ` gcp.logging.sink ` | ` string ` | None | GCP logging sink |
111+ | ` gcp.projectId ` | ` string ` | None | GCP project ID |
112+ | ` gcp.resourceName ` | ` string ` | None | GCP resource name |
113+ | ` gcp.resourceType ` | ` string ` | None | GCP resource type |
114+ | ` gcp.resourceLabels ` | ` string ` | None | GCP resource labels (JSON) |
115+ | ` gcp.storage.bucket ` | ` string ` | None | GCP bucket name |
116+ | ` gcp.time ` | ` string ` | None | Timestamp of the event in RFC3339 format |
117117<!-- /README-PLUGIN-FIELDS -->
118118
119119# Development
0 commit comments