Class: DatadogAPIClient::V1::LogsIndexesOrder

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_indexes_order.rb

Overview

Object containing the ordered list of log index names.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



29
30
31
# File 'lib/datadog_api_client/v1/models/logs_indexes_order.rb', line 29

def additional_properties
  @additional_properties
end

#index_namesObject

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.



27
28
29
# File 'lib/datadog_api_client/v1/models/logs_indexes_order.rb', line 27

def index_names
  @index_names
end