Class: DatadogAPIClient::V2::ObservabilityPipelineSumoLogicDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSumoLogicDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb
Overview
The sumo_logic
destination forwards logs to Sumo Logic.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#encoding ⇒ Object
The output encoding format.
-
#header_custom_fields ⇒ Object
A list of custom headers to include in the request to Sumo Logic.
-
#header_host_name ⇒ Object
Optional override for the host name header.
-
#header_source_category ⇒ Object
Optional override for the source category header.
-
#header_source_name ⇒ Object
Optional override for the source name header.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
input
for this component. -
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 48 def additional_properties @additional_properties end |
#encoding ⇒ Object
The output encoding format.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 25 def encoding @encoding end |
#header_custom_fields ⇒ Object
A list of custom headers to include in the request to Sumo Logic.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 28 def header_custom_fields @header_custom_fields end |
#header_host_name ⇒ Object
Optional override for the host name header.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 31 def header_host_name @header_host_name end |
#header_source_category ⇒ Object
Optional override for the source category header.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 34 def header_source_category @header_source_category end |
#header_source_name ⇒ Object
Optional override for the source name header.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 37 def header_source_name @header_source_name end |
#id ⇒ Object
The unique identifier for this component.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 40 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input
for this component.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 43 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be sumo_logic
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 46 def type @type end |