Sha256: cbfca992094bed81e8af8690c1c5be5f8e5f45dae0bf24f7a6f15aa74f8deb6d
Contents?: true
Size: 644 Bytes
Versions: 2
Compression:
Stored size: 644 Bytes
Contents
# DatadogAPIClient::V1::LogsExclusionFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **query** | **String** | Default query is `*`, meaning all logs flowing in the index would be excluded. Scope down exclusion filter to only a subset of logs with a log query. | [optional] | | **sample_rate** | **Float** | Sample rate to apply to logs going through this exclusion filter, a value of 1.0 excludes all logs matching the query. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsExclusionFilter.new( query: *, sample_rate: 1.0 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/LogsExclusionFilter.md |
datadog_api_client-1.3.0 | docs/v1/LogsExclusionFilter.md |