Class: DatadogAPIClient::V2::ObservabilityPipelineSplunkTcpSource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSplunkTcpSource
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb
Overview
The splunk_tcp source receives logs from a Splunk Universal Forwarder over TCP.
TLS is supported for secure transmission.
Supported pipeline types: logs
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#address_key ⇒ Object
Name of the environment variable or secret that holds the listen address for the Splunk TCP receiver.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#max_connection_duration_secs ⇒ Object
readonly
Maximum duration, in seconds, that a connection can remain open before it is closed.
-
#tls ⇒ Object
Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
-
#type ⇒ Object
readonly
The source type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 42 def additional_properties @additional_properties end |
#address_key ⇒ Object
Name of the environment variable or secret that holds the listen address for the Splunk TCP receiver.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 28 def address_key @address_key end |
#id ⇒ Object
The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the input to downstream components).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 31 def id @id end |
#max_connection_duration_secs ⇒ Object
Maximum duration, in seconds, that a connection can remain open before it is closed. When unset, connections can remain open indefinitely.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 34 def max_connection_duration_secs @max_connection_duration_secs end |
#tls ⇒ Object
Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 37 def tls @tls end |
#type ⇒ Object
The source type. Always splunk_tcp.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb', line 40 def type @type end |