AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the configuration of a destination in Splunk.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.SplunkDestinationConfiguration

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class SplunkDestinationConfiguration

The SplunkDestinationConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BufferingHints Amazon.KinesisFirehose.Model.SplunkBufferingHints

Gets and sets the property BufferingHints.

The buffering options. If no value is specified, the default values for Splunk are used.

Public Property CloudWatchLoggingOptions Amazon.KinesisFirehose.Model.CloudWatchLoggingOptions

Gets and sets the property CloudWatchLoggingOptions.

The Amazon CloudWatch logging options for your delivery stream.

Public Property HECAcknowledgmentTimeoutInSeconds System.Int32

Gets and sets the property HECAcknowledgmentTimeoutInSeconds.

The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.

Public Property HECEndpoint System.String

Gets and sets the property HECEndpoint.

The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.

Public Property HECEndpointType Amazon.KinesisFirehose.HECEndpointType

Gets and sets the property HECEndpointType.

This type can be either "Raw" or "Event."

Public Property HECToken System.String

Gets and sets the property HECToken.

This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.

Public Property ProcessingConfiguration Amazon.KinesisFirehose.Model.ProcessingConfiguration

Gets and sets the property ProcessingConfiguration.

The data processing configuration.

Public Property RetryOptions Amazon.KinesisFirehose.Model.SplunkRetryOptions

Gets and sets the property RetryOptions.

The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.

Public Property S3BackupMode Amazon.KinesisFirehose.SplunkS3BackupMode

Gets and sets the property S3BackupMode.

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

Public Property S3Configuration Amazon.KinesisFirehose.Model.S3DestinationConfiguration

Gets and sets the property S3Configuration.

The configuration for the backup Amazon S3 location.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5