Class: DatadogAPIClient::V2::CustomDestinationResponseForwardDestinationSplunk
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomDestinationResponseForwardDestinationSplunk
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb
Overview
The Splunk HTTP Event Collector (HEC) destination.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#endpoint ⇒ Object
readonly
The destination for which logs will be forwarded to.
-
#type ⇒ Object
readonly
Type of the Splunk HTTP Event Collector (HEC) destination.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb', line 31 def additional_properties @additional_properties end |
#endpoint ⇒ Object
The destination for which logs will be forwarded to. Must have HTTPS scheme and forwarding back to Datadog is not allowed.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb', line 26 def endpoint @endpoint end |
#type ⇒ Object
Type of the Splunk HTTP Event Collector (HEC) destination.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb', line 29 def type @type end |