Sha256: dcf6de49c31ebba6a0814b2bc385f10b57780aa735021b8a23213e8c4b9f66b2

Contents?: true

Size: 610 Bytes

Versions: 7

Compression:

Stored size: 610 Bytes

Contents

# DatadogAPIClient::V1::LogsIndexesOrder

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **index_names** | **Array<String>** | Array of strings identifying by their name(s) the index(es) of your organization. Logs are tested against the query filter of each index one by one, following the order of the array. Logs are eventually stored in the first matching index. |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsIndexesOrder.new(
  index_names: ["main","payments","web"]
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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