@@ -27,29 +27,29 @@ import (
2727
2828func (p * Plugin ) Fields () []sdk.FieldEntry {
2929 return []sdk.FieldEntry {
30- {Type : "string" , Name : "gcp.user" , Display : "User" , Desc : "GCP principal email who committed the action" },
31- {Type : "string" , Name : "gcp.callerIP" , Display : "Caller IP" , Desc : "GCP principal caller IP" },
32- {Type : "string" , Name : "gcp.userAgent" , Display : "User Agent" , Desc : "GCP principal caller useragent " },
33- {Type : "string" , Name : "gcp.authorizationInfo" , Display : "Authorization Info" , Desc : "GCP authorization information affected resource " },
30+ {Type : "string" , Name : "gcp.user" , Display : "User" , Desc : "GCP principal, actor of the action" },
31+ {Type : "string" , Name : "gcp.callerIP" , Display : "Caller IP" , Desc : "Actor's IP" },
32+ {Type : "string" , Name : "gcp.userAgent" , Display : "User Agent" , Desc : "Actor's User Agent " },
33+ {Type : "string" , Name : "gcp.authorizationInfo" , Display : "Authorization Info" , Desc : "GCP authorization (JSON) " },
3434 {Type : "string" , Name : "gcp.serviceName" , Display : "Service Name" , Desc : "GCP API service name" },
35- {Type : "string" , Name : "gcp.policyDelta" , Display : "Policy" , Desc : "GCP service resource access policy" },
36- {Type : "string" , Name : "gcp.request" , Display : "Request" , Desc : "GCP API raw request" },
35+ {Type : "string" , Name : "gcp.policyDelta" , Display : "Policy" , Desc : "GCP service resource access policy delta " },
36+ {Type : "string" , Name : "gcp.request" , Display : "Request" , Desc : "GCP API raw request (JSON) " },
3737 {Type : "string" , Name : "gcp.methodName" , Display : "Method" , Desc : "GCP API service method executed" },
3838 {Type : "string" , Name : "gcp.cloudfunctions.function" , Display : "Function Name" , Desc : "GCF name" },
3939 {Type : "string" , Name : "gcp.cloudsql.databaseId" , Display : "Database ID" , Desc : "GCP SQL database ID" },
4040 {Type : "string" , Name : "gcp.compute.instanceId" , Display : "Instance ID" , Desc : "GCE instance ID" },
4141 {Type : "string" , Name : "gcp.compute.networkId" , Display : "Network ID" , Desc : "GCP network ID" },
4242 {Type : "string" , Name : "gcp.compute.subnetwork" , Display : "Subnetwork Name" , Desc : "GCP subnetwork name" },
4343 {Type : "string" , Name : "gcp.compute.subnetworkId" , Display : "Subnetwork ID" , Desc : "GCP subnetwork ID" },
44- {Type : "string" , Name : "gcp.dns.zone" , Display : "DNS Zone" , Desc : "GCP DNS zoned " },
44+ {Type : "string" , Name : "gcp.dns.zone" , Display : "DNS Zone" , Desc : "GCP DNS zone " },
4545 {Type : "string" , Name : "gcp.iam.serviceAccount" , Display : "Service Account" , Desc : "GCP service account" },
4646 {Type : "string" , Name : "gcp.iam.serviceAccountId" , Display : "Service Account ID" , Desc : "GCP IAM unique ID" },
4747 {Type : "string" , Name : "gcp.location" , Display : "Location" , Desc : "GCP region" },
4848 {Type : "string" , Name : "gcp.logging.sink" , Display : "Sink" , Desc : "GCP logging sink" },
4949 {Type : "string" , Name : "gcp.projectId" , Display : "Project ID" , Desc : "GCP project ID" },
5050 {Type : "string" , Name : "gcp.resourceName" , Display : "Resource Name" , Desc : "GCP resource name" },
5151 {Type : "string" , Name : "gcp.resourceType" , Display : "Resource Type" , Desc : "GCP resource type" },
52- {Type : "string" , Name : "gcp.resourceLabels" , Display : "Resource Labels" , Desc : "GCP resource labels" },
52+ {Type : "string" , Name : "gcp.resourceLabels" , Display : "Resource Labels" , Desc : "GCP resource labels (JSON) " },
5353 {Type : "string" , Name : "gcp.storage.bucket" , Display : "Bucket Name" , Desc : "GCP bucket name" },
5454 {Type : "string" , Name : "gcp.time" , Display : "Timestamp of the event" , Desc : "Timestamp of the event in RFC3339 format" },
5555 }
0 commit comments