Skip to main content

Google Cloud Audit

thumbnail icon

The Google Cloud Audit App helps you with audit and compliance by enabling you to monitor activities and track the actions of administrators in your Google Cloud Platform projects. The preconfigured dashboards provide insight into the network, security, operations, and users of your Google Cloud Platform projects.

Log types

The Google Cloud Audit App uses the following logs:

Sample log messages

{
"message": {
"data": {
"insertId": "55E06F0577741.AA05843.A90CA7B9",
"logName": "projects/bmlabs-loggen/logs/cloudaudit.googleapis.com%2Factivity",
"operation": {
"id": "operation-1510758777595-55e06f047a479-fd74bd40-dc6cfc9b",
"last": true,
"producer": "compute.googleapis.com"
},
"protoPayload": {
"@type": "type.googleapis.com/google.cloud.audit.AuditLog",
"authenticationInfo": {
"principalEmail": "service-287993422434@dataflow-service-producer-prod.iam.gserviceaccount.com"
},
"methodName": "beta.compute.instanceTemplates.delete",
"requestMetadata": {
"callerIp": "10.106.32.130",
"callerSuppliedUserAgent": "cloud_workflow_service"
},
"resourceName": "projects/bmlabs-loggen/global/instanceTemplates/dataflow-permissionlogs-johndoe-1-11150704-7cbb-harness",
"serviceName": "compute.googleapis.com"
},
"receiveTimestamp": "2018-01-26T12:08:31.316UTC",
"resource": {
"labels": {
"instance_template_id": "176548811930462611",
"instance_template_name": "dataflow-permissionlogs-johndoe-1-11150704-7cbb-harness",
"project_id": "bmlabs-loggen"
},
"type": "gce_instance_template"
},
"severity": "NOTICE",
"timestamp": "2018-01-26T12:08:31.316UTC"
},
"attributes": {
"logging.googleapis.com/timestamp": "2018-01-26T12:08:31.316UTC"
},
"message_id": "172054682231179",
"messageId": "172054682231179",
"publish_time": "2018-01-26T12:08:31.316UTC",
"publishTime": "2018-01-26T12:08:31.316UTC"
},
"subscription": "projects/bmlabs-loggen/subscriptions/sumo-test"
}

Sample queries

Recent firewall changes

_collector="HTTP Source for GCP Pub/Sub" logName methodName principalEmail request resource timestamp
| parse regex "\"logName\":\"(?<log_name>[^\"]+)\""
| where log_name matches "projects/*/logs/cloudaudit.googleapis.com%2Factivity"
| json "message.data" as data
| json field=data "resource.type" as type
| where type = "gce_firewall_rule"
| json field=data "timestamp", "resource.labels", "resource.labels.project_id", "protoPayload.authenticationInfo.principalEmail", "protoPayload.methodName", "protoPayload.request" as timestamp, labels, project, user, method, request
| json field=request "direction", "alloweds[*]", "denieds[*]" as direction, alloweds, denieds nodrop
| if(isNull(alloweds) OR alloweds="","deny","allow") as action
| parse "\"sourceRanges\":[*]" as ranges nodrop
| parse "\"destinationRanges\":[*]" as ranges
| parse regex field=alloweds "\"IPProtocol\":\"(?<protocol>[a-zA-Z\.]+)\"[,\"a-z:]*\[?(?<ports>[0-9-\",]+)?\]?" multi nodrop
| parse regex field=denieds "\"IPProtocol\":\"(?<protocol>[a-zA-Z\.]+)\"[,\"a-z:]*\[?(?<ports>[0-9-\",]+)?\]?" multi
| count as operations by timestamp, user, method, ranges, direction, action, protocol, ports
| fields timestamp, user, method, ranges, direction, action, protocol, ports
| sort by timestamp

Collecting Logs for Google Cloud Audit

This section describes the Sumo pipeline for ingesting logs from Google Cloud Platform (GCP) services, and provides instructions for collecting logs from Google Cloud Audit.

Collection Process for GCP Services

The key components in the collection process for GCP services are Google Logs Export, Google Cloud Pub/Sub, and Sumo’s Google Cloud Platform (GCP) source running on a hosted collector.

The GCP service generates logs which are exported and published to a Google Pub/Sub topic through Stackdriver. You will then set up a Sumo Logic Google Cloud Platform source that subscribes to this topic and receives the exported log data.

Google integrations

Configuring collection for GCP uses the following process:

  1. Configure a Google Cloud Platform source on a hosted collector. You'll obtain the HTTP URL for the source.
  2. Create a topic in Google Pub/Sub and subscribe the GCP source URL to that topic.
  3. Create an export of GCP logs from Google Stackdriver Logging. Exporting involves writing a filter that selects the log entries you want to export, and choosing a Pub/Sub as the destination. The filter and destination are held in an object called a sink.

See the following sections for configuration instructions.

note

Logs from GCP services can be exported to any destination including Stackdriver. It is not required to push the GCP logs into Stackdriver for the Sumo Logic Apps to work. Any GCP logs can be excluded from Stackdriver logging and still can be exported to Sumo logic.

Configure a Google Cloud Platform source on a hosted collector

The Google Cloud Platform (GCP) Source receives log data from Google Pub/Sub.

note

You can use the same GCP Source to receive log data from multiple GCP services. For example, you can send logs collected from Google Cloud Application Engine, Google Cloud IAM, and Google Cloud Audit.

However, this is not recommended since you cannot define specific Source Category values to each GCP service. If you create a GCP Source for each service you can define a specific Source Category to each service.

This Source will be a Google Pub/Sub-only Source, which means that it will only be usable for log data formatted as data coming from Google Pub/Sub.

  1. In Sumo Logic, select Manage Data > Collection > Collection.
  2. Select an existing Hosted Collector upon which to add the Source. If you do not already have a Collector you'd like to use, create one, using the instructions on Configure a Hosted Collector.
  3. Click Add Source next to the Hosted Collector and click Google Cloud Platform.
  4. Enter a Name to display for the Source. A Description is optional.
    Google integrations
  5. Source Host (Optional). The Source Host value is tagged to each log and stored in a searchable metadata field called _sourceHost. Avoid using spaces so you do not have to quote them in keyword search expressions. This can be a maximum of 128 characters.
  6. Source Category (Optional). The Source Category value is tagged to each log and stored in a searchable metadata field called _sourceCategory. See our Best Practices: Good Source Category, Bad Source Category. Avoid using spaces so you do not have to quote them in keyword search expressions. This can be a maximum of 1,024 characters.
  7. Fields. Click the +Add Field link to add custom log metadata Fields, then define the fields you want to associate. Each field needs a name (key) and value. Look for one of the following icons and act accordingly:
    • orange exclamation point.png If an orange triangle with an exclamation point is shown, use the option to automatically add or enable the nonexistent fields before proceeding to the next step. The orange icon indicates that the field doesn't exist, or is disabled, in the Fields table schema. If a field is sent to Sumo that does not exist in the Fields schema or is disabled it is ignored, known as dropped.
    • green check circle.png If a green circle with a checkmark is shown, the field exists and is already enabled in the Fields table schema. Proceed to the next step.
  8. Advanced Options for Logs.
    Google integrations
    • Timestamp Parsing. This option is selected by default. If it's deselected, no timestamp information is parsed at all.
    • Time Zone. There are two options for Time Zone. You can use the time zone present in your log files, and then choose an option in case time zone information is missing from a log message. Or, you can have Sumo Logic completely disregard any time zone information present in logs by forcing a time zone. It's very important to have the proper time zone set, no matter which option you choose. If the time zone of logs cannot be determined, Sumo Logic assigns logs UTC; if the rest of your logs are from another time zone your search results will be affected.
    • Timestamp Format. By default, Sumo Logic will automatically detect the timestamp format of your logs. However, you can manually specify a timestamp format for a Source. See Timestamps, Time Zones, Time Ranges, and Date Formats for more information.
  9. Processing Rules. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in Create a Processing Rule.
  10. When you are finished configuring the Source, click Save.

Configure a Pub/Sub Topic for GCP

You need to configure a Pub/Sub Topic in GCP and add a subscription to the Source URL that belongs to the Sumo Logic Google Cloud Platform Source you created. Once you configure the Pub/Sub, you can export data from Google Logging to the Pub/Sub. For example, you can export Google App Engine logs, as described on Collect Logs for Google App Engine.

  1. Create a Pub/Sub Topic in GCP. See Google Cloud documentation for the latest configuration steps.
  2. Create a Pub/Sub subscription to the Source URL that belongs to the Sumo Logic Google Cloud Platform Source you created. See Google Cloud documentation for the latest configuration steps.
    • Use a Push Delivery Method to the Sumo Logic Source URL. To determine the URL, navigate to the Source on the Collection page in Sumo Logic and click Show URL.

Limitations

Google limits the volume of data sent from a Topic. Our testing resulted in the following data limits:

TopicsMegabytes per secondPayload size
One18 MBps (1.5 TB/day)100 KB
One6 MBps (0.5 TB/day)2.5 KB
note

These limits may vary based on your setup and are based on our previous tests.

We recommend the following:

  • Shard messages across topics within the above data limits.
  • Ask GCP to increase the allowable capacity for the topic.

Create Topic and Subscription with Pub/Sub in Google Cloud

  1. From Google Cloud console’s main navigation, choose Pub/Sub.
  2. Click Create Topic.
    Google integrations
  3. Set the topic name. For example, “pub-audit-logs”, click Create Topic.
    Google integrations
  4. From the Topics dashboard, click on the Pub/Sub menu and select the newly created topic.
    Google integrations
  5. Select Create Subscription.
    Google integrations
  6. Set the subscription name.
  7. Set Push as the delivery type.
  8. Enter the Source URL created in the previous step in the Endpoint URL field.
  9. Click Create.

Create export of Cloud Audit logs from Google Logging

In this step, you export logs to the Pub/Sub topic you created in the previous step.

  1. Go to Logging and click Logs Router.
    Google integrations
  2. Click Create Sink.
    Google integrations
  3. As part of Create logs routing sink, add the following information.
    1. Enter a Sink Name. For example, "gcp-audit-sumo".
    2. Select "Cloud Pub/Sub" as the Sink Service.
    3. Set Sink Destination to the Pub/Sub topic you created in the "Create Topic and Subscription with Pub/Sub in Google Cloud". For example, "pub-audit-logs".
    4. In Choose logs to include in sink section, use logName Filter as follows:
    logName="projects/<Project_Id>/logs/cloudaudit.googleapis.com%2Factivity"
    #replace <Project_Id> with your project Id
    1. Click Create Sync.

Installing the Google Cloud Audit App

This section provides instructions for installing the Google Cloud Audit App, as well as examples of each of the App dashboards.

Now that you have set up collection for Google Cloud Audit, install the Sumo Logic App to use the pre-configured searches and dashboards that provide visibility into your environment for real-time analysis of overall usage.

To install the app:

  1. From the Sumo Logic navigation, select App Catalog.
  2. In the Search Apps field, search for and then select your app.
  3. Optionally, you can scroll down to preview the dashboards included with the app. Then, click Install App (sometimes this button says Add Integration).
    note

    If your app has multiple versions, you'll need to select the version of the service you're using before installation.

  4. On the next configuration page, under Select Data Source for your App, complete the following fields:
    • Data Source. Select one of the following options:
      • Choose Source Category and select a source category from the list; or
      • Choose Enter a Custom Data Filter, and enter a custom source category beginning with an underscore. For example, _sourceCategory=MyCategory.
    • Folder Name. You can retain the existing name or enter a custom name of your choice for the app.
    • All Folders (optional). Default location is the Personal folder in your Library. If desired, you can choose a different location and/or click New Folder to add it to a new folder.
  5. Click Next.
  6. Look for the dialog confirming that your app was installed successfully.
    app-success.png

Once an app is installed, it will appear in your Personal folder or the folder that you specified. From here, you can share it with other users in your organization. Dashboard panels will automatically start to fill with data matching the time range query received since you created the panel. Results won't be available immediately, but within about 20 minutes, you'll see completed graphs and maps.

Viewing Google Cloud Audit Dashboards

The Google Cloud Audit App pre-configured searches and dashboards provide visibility into your environment for real-time analysis of overall usage.

Overview

See the overview of audit activities including resource creation and deletion, operations, users, and authorization failures.

Google Cloud Audit dashboards

Location of Audit Activity. See the count and location of audit activities in the last 24 hours on a world map.

Created Resources. See the count of resources created in the last 24 hours on a pie chart.

Deleted Resources Over Time. See the count of resources that were deleted in the last 24 hours on a bar chart.

Operations by Resources. See the count of operations by resources in the last 24 hours on a stacked column chart.

Authorization Failures. See the count of authorization failures in the last 24 hours.

Top 10 Users. See the top 10 users by messages in the last 24 hours on a column chart.

Network and Security

See the details of network and security operations including the authorization failures, and firewall changes.

Google Cloud Audit dashboards

Location of Authorization Failures. See the count and location of authorization failures in the last hour on a world map.

Network and Security Operations Over Time. See the count of network and security operations in the last 24 hours on a stacked column chart.

Authorization Failures Over Time. See the count and trend of authorization failures in the last 24 hours on a column chart.

Recent Firewall Changes. See the details of firewall changes in the last three hours including the timestamp, user, method, ranges, direction, action, protocol, and ports.

Network and Security Operations. See the count of network and security operations in the last 24 hours on a pie chart.

Recent Authorization Failures. See the details of authorization failures in the last three hours including the timestamp, user, action, project, country name, city, and caller IP address.

Firewall Rules with All Allowed. See the details of firewall rules in the last 24 hours that allowed all protocols including the timestamp, user, method, ranges, direction, and ports.

Short Lived Network Resources. See the details of short lived network resources in the last 24 hours including the creator, terminator, and resource name.

Operations

See the details of operations including the actions, requested services, created, and deleted resources.

Google Cloud Audit dashboards

Actions. See the count of all actions in the last hour on a pie chart.

Requested GCP Service Over Time. See the count of requested GCP services in the last 24 hours on area chart.

Operations by GCP Project. See the count of operations by GCP project in the last 24 hours on area chart.

Recent Operation Activity. See the details of operations in the last three hours including the timestamp, user, action, granted, project, and IP address

Created Resources Over Time. See the count of created resources in the last 24 hours on a stacked column chart.

Deleted Resources Over Time. See the count of deleted resources in the last 24 hours on a stacked column chart.

Users

See the details of user activities including the location, top users, creations and deletions.

Google Cloud Audit dashboards

Location of Users. See the count and location of users in the last 24 hours on a world map.

User Activities Over Time. See the count of user activities in the last 24 hours on a stacked column chart.

Top 10 Activities by Users. See the top 10 activities by users in the last 24 hours on a bar chart.

Top 10 Users. See the top 10 users by messages in the last 24 hours on a column chart.

Creations and Deletions by User. See the count of creations and deletions by users in the last 24 hours on a stacked column chart.

Recent User Activity. See the details of user activities in the last three hours including the timestamp, user, project, method, severity, and operations.

Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.