Resource: LogSink
Describes a sink used to export log entries to one of the following destinations:
- a Cloud Logging log bucket,
- a Cloud Storage bucket,
- a BigQuery dataset,
- a Pub/Sub topic,
- a Cloud project.
A logs filter controls which log entries are exported. The sink must be created within a project, organization, billing account, or folder.
JSON representation |
---|
{ "name": string, "resourceName": string, "destination": string, "filter": string, "description": string, "disabled": boolean, "exclusions": [ { object ( |
Fields | |
---|---|
name |
Output only. The client-assigned sink identifier, unique within the project. For example: Sink identifiers are limited to 100 characters and can include only the following characters:
First character has to be alphanumeric. |
resource |
Output only. The resource name of the sink.
For example: projects/my_project/sinks/SINK_NAME |
destination |
Required. The export destination:
The sink's |
filter |
Optional. An advanced logs filter. The only exported log entries are those that are in the resource owning the sink and that match the filter. For example:
|
description |
Optional. A description of this sink. The maximum length of the description is 8000 characters. |
disabled |
Optional. If set to true, then this sink is disabled and it does not export any log entries. |
exclusions[] |
Optional. Log entries that match any of these exclusion filters will not be exported. If a log entry is matched by both |
outputVersionFormat |
Deprecated. This field is unused. |
writer |
Output only. An IAM identity—a service account or group—under which Cloud Logging writes the exported log entries to the sink's destination. This field is either set by specifying Until you grant this identity write-access to the destination, log entry exports from this sink will fail. For more information, see Granting Access for a Resource. Consult the destination service's documentation to determine the appropriate IAM roles to assign to the identity. Sinks that have a destination that is a log bucket in the same project as the sink cannot have a writerIdentity and no additional permissions are required. |
include |
Optional. This field applies only to sinks owned by organizations and folders. If the field is false, the default, only the logs owned by the sink's parent resource are available for export. If the field is true, then log entries from all the projects, folders, and billing accounts contained in the sink's parent resource are also available for export. Whether a particular log entry from the children is exported depends on the sink's filter expression. For example, if this field is true, then the filter To only export entries from certain child projects, filter on the project part of the log name: logName:("projects/test-project1/" OR "projects/test-project2/") AND resource.type=gce_instance |
intercept |
Optional. This field applies only to sinks owned by organizations and folders. When the value of 'interceptChildren' is true, the following restrictions apply:
Also, the following behaviors apply:
|
create |
Output only. The creation timestamp of the sink. This field may not be present for older sinks. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last update timestamp of the sink. This field may not be present for older sinks. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field options . Destination dependent options. options can be only one of the following: |
|
bigquery |
Optional. Options that affect sinks exporting data to BigQuery. |
Methods |
|
---|---|
|
Creates a sink that exports specified log entries to a destination. |
|
Deletes a sink. |
|
Gets a sink. |
|
Lists sinks. |
|
Updates a sink. |
|
Updates a sink. |