Class: DatadogAPIClient::V2::ObservabilityPipelineSplunkHecDestinationEndpointTarget

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination_endpoint_target.rb

Overview

The Splunk HEC endpoint to send events to. Use event to send structured events to the /event endpoint, or raw to send the raw message to the /raw endpoint.

Constant Summary collapse

EVENT =
"event".freeze
RAW =
"raw".freeze

Method Summary

Methods included from BaseEnumModel

included