Class: DatadogAPIClient::V2::ObservabilityPipelineRsyslogDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineRsyslogDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb
Overview
The rsyslog destination forwards logs to an external rsyslog server over TCP or UDP using the syslog protocol.
Supported pipeline types: logs
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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. -
#keepalive ⇒ Object
readonly
Optional socket keepalive duration in milliseconds.
-
#tls ⇒ Object
Configuration for enabling TLS encryption between the pipeline component and external services.
-
#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.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 41 def additional_properties @additional_properties end |
#id ⇒ Object
The unique identifier for this component.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 27 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 30 def inputs @inputs end |
#keepalive ⇒ Object
Optional socket keepalive duration in milliseconds.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 33 def keepalive @keepalive end |
#tls ⇒ Object
Configuration for enabling TLS encryption between the pipeline component and external services.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 36 def tls @tls end |
#type ⇒ Object
The destination type. The value should always be rsyslog.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb', line 39 def type @type end |