Class: DatadogAPIClient::V2::CustomDestinationResponseForwardDestinationSplunk

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#endpointObject

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

#typeObject

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