Timeseries Insights API audit logging

This document describes audit logging for Timeseries Insights API, which methods generate audit logs, details about the audit log(s) each method produces, and which methods do not produce audit logs, if any. Google Cloud generates audit logs that record administrative and access activities within your Google Cloud resources. For more information, see Cloud Audit Logs overview.

Service name

Timeseries Insights API audit logs use the service name timeseriesinsights.googleapis.com.

Methods by permission type

Methods that check DATA_READ, DATA_WRITE, and ADMIN_READ permissions generate logs categorized as Data Access audit logs. Methods that check ADMIN_WRITE permissions generate logs categorized as Admin Activity audit logs.

Permission type Methods
ADMIN_READ google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.EvaluateSlice
google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.ListDataSets
google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet
ADMIN_WRITE google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.AppendEvents
google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.CreateDataSet
google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.DeleteDataSet

Audit logs for each API interface

For information about how and which permissions are evaluated, for each method, see the Identity and Access Management documentation for Timeseries Insights API.

google.cloud.timeseriesinsights.v1.TimeseriesInsightsController

The following section contains details about audit logs associated with methods belonging to google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.

AppendEvents

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.AppendEvents
  • Audit log type: Admin activity
  • Permissions:
    • timeseriesinsights.datasets.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.AppendEvents"

CreateDataSet

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.CreateDataSet
  • Audit log type: Admin activity
  • Permissions:
    • timeseriesinsights.datasets.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.CreateDataSet"

DeleteDataSet

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.DeleteDataSet
  • Audit log type: Admin activity
  • Permissions:
    • timeseriesinsights.datasets.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.DeleteDataSet"

EvaluateSlice

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.EvaluateSlice
  • Audit log type: Data access
  • Permissions:
    • timeseriesinsights.datasets.evaluate - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.EvaluateSlice"

ListDataSets

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.ListDataSets
  • Audit log type: Data access
  • Permissions:
    • timeseriesinsights.datasets.list - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.ListDataSets"

QueryDataSet

  • Method: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet
  • Audit log type: Data access
  • Permissions:
    • timeseriesinsights.datasets.query - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet"

Methods that don't produce audit logs

A method might not produce audit logs for one or more of the following reasons:

  • It is a high volume method involving signifcant log generation and storage costs.
  • It has low auditing value.
  • Another audit or platform log already provides method coverage.

The following methods don't produce audit logs:

  • google.cloud.location.Locations.GetLocation
  • google.cloud.location.Locations.ListLocations