Sha256: dd7a0d5b7482c776e701b16d1e3f33565ae04e0321b37421c104c1a41d39a145

Contents?: true

Size: 644 Bytes

Versions: 5

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 will exclude all logs matching the query. |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsExclusionFilter.new(
  query: *,
  sample_rate: 1
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.2.0 docs/v1/LogsExclusionFilter.md
datadog_api_client-1.1.0 docs/v1/LogsExclusionFilter.md
datadog_api_client-1.0.0 docs/v1/LogsExclusionFilter.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsExclusionFilter.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsExclusionFilter.md