Sha256: e6defefbfef6bc12a4941901e4b65fc2e8ef92e9b2a4b4d7aa5780f660fa19dc

Contents?: true

Size: 834 Bytes

Versions: 7

Compression:

Stored size: 834 Bytes

Contents

# DatadogAPIClient::V2::LogsGroupBy

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **facet** | **String** | The name of the facet to use (required) |  |
| **histogram** | [**LogsGroupByHistogram**](LogsGroupByHistogram.md) |  | [optional] |
| **limit** | **Integer** | The maximum buckets to return for this group by | [optional][default to 10] |
| **missing** | [**LogsGroupByMissing**](LogsGroupByMissing.md) |  | [optional] |
| **sort** | [**LogsAggregateSort**](LogsAggregateSort.md) |  | [optional] |
| **total** | [**LogsGroupByTotal**](LogsGroupByTotal.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsGroupBy.new(
  facet: host,
  histogram: null,
  limit: null,
  missing: null,
  sort: null,
  total: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsGroupBy.md
datadog_api_client-1.3.0 docs/v2/LogsGroupBy.md
datadog_api_client-1.2.0 docs/v2/LogsGroupBy.md
datadog_api_client-1.1.0 docs/v2/LogsGroupBy.md
datadog_api_client-1.0.0 docs/v2/LogsGroupBy.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsGroupBy.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsGroupBy.md