AWS::KinesisFirehose::DeliveryStream SplunkDestinationConfiguration
The SplunkDestinationConfiguration property type specifies the
configuration of a destination in Splunk for a Kinesis Data Firehose delivery stream.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLoggingOptions" :CloudWatchLoggingOptions, "HECAcknowledgmentTimeoutInSeconds" :Integer, "HECEndpoint" :String, "HECEndpointType" :String, "HECToken" :String, "ProcessingConfiguration" :ProcessingConfiguration, "RetryOptions" :SplunkRetryOptions, "S3BackupMode" :String, "S3Configuration" :S3DestinationConfiguration}
YAML
CloudWatchLoggingOptions:CloudWatchLoggingOptionsHECAcknowledgmentTimeoutInSeconds:IntegerHECEndpoint:StringHECEndpointType:StringHECToken:StringProcessingConfiguration:ProcessingConfigurationRetryOptions:SplunkRetryOptionsS3BackupMode:StringS3Configuration:S3DestinationConfiguration
Properties
CloudWatchLoggingOptions-
The Amazon CloudWatch logging options for your delivery stream.
Required: No
Type: CloudWatchLoggingOptions
Update requires: No interruption
HECAcknowledgmentTimeoutInSeconds-
The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.
Required: No
Type: Integer
Minimum:
180Maximum:
600Update requires: No interruption
HECEndpoint-
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
Required: Yes
Type: String
Minimum:
0Maximum:
2048Pattern:
.*Update requires: No interruption
HECEndpointType-
This type can be either
RaworEvent.Required: Yes
Type: String
Allowed values:
Event | RawUpdate requires: No interruption
HECToken-
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
Required: Yes
Type: String
Minimum:
0Maximum:
2048Pattern:
.*Update requires: No interruption
ProcessingConfiguration-
The data processing configuration.
Required: No
Type: ProcessingConfiguration
Update requires: No interruption
RetryOptions-
The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
Required: No
Type: SplunkRetryOptions
Update requires: No interruption
S3BackupMode-
Defines how documents should be delivered to Amazon S3. When set to
FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set toAllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value isFailedEventsOnly.You can update this backup mode from
FailedEventsOnlytoAllEvents. You can't update it fromAllEventstoFailedEventsOnly.Required: No
Type: String
Allowed values:
AllEvents | FailedEventsOnlyUpdate requires: No interruption
S3Configuration-
The configuration for the backup Amazon S3 location.
Required: Yes
Type: S3DestinationConfiguration
Update requires: No interruption
See also
-
SplunkDestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .