[ Web Proxy ]
URL:
Viewing: https://docs.cloud.google.com/logging/docs/log-entry-data-model [Back]  [Original]

Log entry data model  |  Cloud Logging  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Log entry data model Stay organized with collections Save and categorize content based on your preferences.

This document describes the data model used by Cloud Logging. The data model specifies the format in which your log data is stored. It also determines the dimensions over which you can query your log data.

Data model

In Cloud Logging, a log is a named collection of individual entries. You can query your data by the name of the log. Logs are composed of entries that conform to the LogEntry structure.

Each log entry records status or describes a specific event, such as the creation of a virtual machine instance, and minimally consists of the following:

You can write queries that retrieve only those log entries where the value of a LogEntry field matches some criteria. For example, you can display only those log entries whose severity field has the value of ERROR.

Log entry types

Audit logs and Access Transparency provide information necessary to satisfy compliance regulations. Audit logs provide information about administrative activities and accesses within your Google Cloud resources. Access Transparency logs record actions taken by Google Cloud staff when accessing your Google Cloud content. For a list of supported services, see Google Cloud services with audit logs and Google Cloud services with Access Transparency logs.

The following type of log entries are stored in the _Required log bucket in the Google Cloud project, billing account, folder, or organization in which they originate:

All other log entries that originate in a Google Cloud project, billing account, folder, or organization are stored in the _Default log bucket. However, you can change which log entries are stored in this log bucket.

What's next

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-19 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page