Sha256: 7a2f560646afb30d0374b63ee66d58e71d05e933f425952c3d269fe061c729ef
Contents?: true
Size: 424 Bytes
Versions: 7
Compression:
Stored size: 424 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
7 entries across 7 versions & 1 rubygems