Sha256: fa4c0b29b7fe3f508bd25d81a88c4070536bc37b889d2e78dd59c01bff436382
Contents?: true
Size: 583 Bytes
Versions: 2
Compression:
Stored size: 583 Bytes
Contents
# DatadogAPIClient::V2::LogsMetricFilter ## Properties | Name | Type | Description | Notes | | --------- | ---------- | --------------------------------------------------- | ---------------------------------- | | **query** | **String** | The search query - following the log search syntax. | [optional][default to '*'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsMetricFilter.new( query: service:web* AND @http.status_code:[200 TO 299] ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsMetricFilter.md |
datadog_api_client-1.5.0 | docs/v2/LogsMetricFilter.md |