google_api_logging v0.18.0 GoogleApi.Logging.V2.Model.LogExclusion View Source
Specifies a set of log entries that are not to be stored in Logging. If your GCP resource receives a large volume of logs, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don't apply to child resources, and that you can't exclude audit log entries.
Attributes
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.description
(type:String.t
, default:nil
) - Optional. A description of this exclusion.disabled
(type:boolean()
, default:nil
) - Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.filter
(type:String.t
, default:nil
) - 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)"name
(type:String.t
, default:nil
) - 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.updateTime
(type:DateTime.t
, default:nil
) - Output only. The last update timestamp of the exclusion.This field may not be present for older exclusions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Logging.V2.Model.LogExclusion{ createTime: DateTime.t(), description: String.t(), disabled: boolean(), filter: String.t(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.