Sha256: 5fecbe664f8d2d21d35a88100688a30d723ed8cb7c1cf085cc3756e7c120e444

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

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.6.0 docs/v1/LogsExclusionFilter.md
datadog_api_client-1.5.0 docs/v1/LogsExclusionFilter.md