Show / Hide Table of Contents

Class FirehoseDeliveryStreamSplunkConfiguration

Inheritance
System.Object
FirehoseDeliveryStreamSplunkConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamSplunkConfiguration

Fields

View Source

CloudwatchLoggingOptions

The CloudWatch Logging Options for the delivery stream. More details are given below.

Declaration
public readonly FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions CloudwatchLoggingOptions
Field Value
Type Description
FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptions
View Source

HecAcknowledgmentTimeout

The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data.

Declaration
public readonly int? HecAcknowledgmentTimeout
Field Value
Type Description
System.Nullable<System.Int32>
View Source

HecEndpoint

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

Declaration
public readonly string HecEndpoint
Field Value
Type Description
System.String
View Source

HecEndpointType

The HEC endpoint type. Valid values are Raw or Event. The default value is Raw.

Declaration
public readonly string HecEndpointType
Field Value
Type Description
System.String
View Source

HecToken

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

Declaration
public readonly string HecToken
Field Value
Type Description
System.String
View Source

ProcessingConfiguration

The data processing configuration. More details are given below.

Declaration
public readonly FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration ProcessingConfiguration
Field Value
Type Description
FirehoseDeliveryStreamSplunkConfigurationProcessingConfiguration
View Source

RetryDuration

After an initial failure to deliver to Splunk, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.

Declaration
public readonly int? RetryDuration
Field Value
Type Description
System.Nullable<System.Int32>
View Source

S3BackupMode

Defines how documents should be delivered to Amazon S3. Valid values are FailedEventsOnly and AllEvents. Default value is FailedEventsOnly.

Declaration
public readonly string S3BackupMode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.