Class: DatadogAPIClient::V1::LogsServiceRemapper

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

Overview

Use this processor if you want to assign one or more attributes as the official service.

Note: If multiple service remapper processors can be applied to a given log, only the first one (according to the pipeline order) is taken into account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.


39
40
41
# File 'lib/datadog_api_client/v1/models/logs_service_remapper.rb', line 39

def additional_properties
  @additional_properties
end

#is_enabledObject

Whether or not the processor is enabled.


28
29
30
# File 'lib/datadog_api_client/v1/models/logs_service_remapper.rb', line 28

def is_enabled
  @is_enabled
end

#nameObject

Name of the processor.


31
32
33
# File 'lib/datadog_api_client/v1/models/logs_service_remapper.rb', line 31

def name
  @name
end

#sourcesObject

Array of source attributes.


34
35
36
# File 'lib/datadog_api_client/v1/models/logs_service_remapper.rb', line 34

def sources
  @sources
end

#typeObject

Type of logs service remapper.


37
38
39
# File 'lib/datadog_api_client/v1/models/logs_service_remapper.rb', line 37

def type
  @type
end