Google Cloud Logging v2 API - Class LogExclusion (4.3.0)

public sealed class LogExclusion : IMessage<LogExclusion>, IEquatable<LogExclusion>, IDeepCloneable<LogExclusion>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Logging v2 API class LogExclusion.

Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don't apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.

Inheritance

object > LogExclusion

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

LogExclusion()

public LogExclusion()

LogExclusion(LogExclusion)

public LogExclusion(LogExclusion other)
Parameter
NameDescription
otherLogExclusion

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation timestamp of the exclusion.

This field may not be present for older exclusions.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. A description of this exclusion.

Property Value
TypeDescription
string

Disabled

public bool Disabled { get; set; }

Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can [update an exclusion][google.logging.v2.ConfigServiceV2.UpdateExclusion] to change the value of this field.

Property Value
TypeDescription
bool

Filter

public string Filter { get; set; }

Required. An advanced logs filter that matches the log entries to be excluded. By using the sample function, you can exclude less than 100% of the matching log entries.

For example, the following query matches 99% of low-severity log entries from Google Cloud Storage buckets:

resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)

Property Value
TypeDescription
string

LogExclusionName

public LogExclusionName LogExclusionName { get; set; }

LogExclusionName-typed view over the Name resource name property.

Property Value
TypeDescription
LogExclusionName

Name

public string Name { get; set; }

Required. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last update timestamp of the exclusion.

This field may not be present for older exclusions.

Property Value
TypeDescription
Timestamp