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.
Supported pipeline types: logs
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
inputfor 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.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 50 def additional_properties @additional_properties end |
#encoding ⇒ Object
The output encoding format.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 27 def encoding @encoding end |
#header_custom_fields ⇒ Object
A list of custom headers to include in the request to Sumo Logic.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 30 def header_custom_fields @header_custom_fields end |
#header_host_name ⇒ Object
Optional override for the host name header.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 33 def header_host_name @header_host_name end |
#header_source_category ⇒ Object
Optional override for the source category header.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 36 def header_source_category @header_source_category end |
#header_source_name ⇒ Object
Optional override for the source name header.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 39 def header_source_name @header_source_name end |
#id ⇒ Object
The unique identifier for this component.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 42 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 45 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be sumo_logic.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb', line 48 def type @type end |