Sha256: fa387f1961b97df3477ed2468d5d54ead003af227904de4cb64ed1e83bf79f57
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsIndexesOrder.md |
datadog_api_client-1.5.0 | docs/v1/LogsIndexesOrder.md |