Log View in Google Cloud Platform is a configuration that defines how logs are displayed and filtered within Cloud Logging. It allows users to control which log entries are visible in a specific view by applying filters and access permissions. This helps teams focus on relevant logs for troubleshooting, monitoring, or compliance while maintaining security and data separation across projects or environments.

gcp.logging_log_view

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
create_timecoretimestampOutput only. The creation timestamp of the view.
datadog_display_namecorestring
descriptioncorestringOptional. Describes this view.
filtercorestringOptional. Filter that restricts which log entries in a bucket are visible in this view.Filters must be logical conjunctions that use the AND operator, and they can use any of the following qualifiers: SOURCE(), which specifies a project, folder, organization, or billing account of origin. resource.type, which specifies the resource type. LOG_ID(), which identifies the log.They can also use the negations of these qualifiers with the NOT operator.For example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND NOT LOG_ID("stdout")
labelscorearray<string>
namecorestringOutput only. The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
region_idcorestring
resource_namecorestring
tagscorehstore_csv
update_timecoretimestampOutput only. The last update timestamp of the view.
zone_idcorestring