Sha256: fdfd07006b30aec2c93b546c81eb0b9e626106b196d1f53976600f4ec66580e2

Contents?: true

Size: 1.09 KB

Versions: 7

Compression:

Stored size: 1.09 KB

Contents

# DatadogAPIClient::V2::LogsArchiveAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **destination** | [**LogsArchiveDestination**](LogsArchiveDestination.md) |  |  |
| **include_tags** | **Boolean** | To store the tags in the archive, set the value \"true\". If it is set to \"false\", the tags will be deleted when the logs are sent to the archive. | [optional][default to false] |
| **name** | **String** | The archive name. |  |
| **query** | **String** | The archive query/filter. Logs matching this query are included in the archive. |  |
| **rehydration_tags** | **Array<String>** | An array of tags to add to rehydrated logs from an archive. | [optional] |
| **state** | [**LogsArchiveState**](LogsArchiveState.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsArchiveAttributes.new(
  destination: null,
  include_tags: false,
  name: Nginx Archive,
  query: source:nginx,
  rehydration_tags: ["team:intake","team:app"],
  state: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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