log_archive_orders
Overview
Name | log_archive_orders |
Type | Resource |
Id | datadog.log_archives.log_archive_orders |
Fields
Name | Datatype | Description |
---|---|---|
attributes | object | The attributes associated with the archive order. |
type | string | Type of the archive order definition. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_logs_archive_order | SELECT | dd_site | Get the current order of your archives. This endpoint takes no JSON arguments. |
_get_logs_archive_order | EXEC | dd_site | Get the current order of your archives. This endpoint takes no JSON arguments. |
update_logs_archive_order | EXEC | dd_site | Update the order of your archives. Since logs are processed sequentially, reordering an archive may change the structure and content of the data processed by other archives. Note: Using the PUT method updates your archive's order by replacing the current orderwith the new one. |