Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SplunkDestinationConfiguration = SplunkDestinationConfiguration' {
- s3BackupMode :: Maybe SplunkS3BackupMode
- cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptions
- hECAcknowledgmentTimeoutInSeconds :: Maybe Natural
- retryOptions :: Maybe SplunkRetryOptions
- processingConfiguration :: Maybe ProcessingConfiguration
- hECEndpoint :: Text
- hECEndpointType :: HECEndpointType
- hECToken :: Text
- s3Configuration :: S3DestinationConfiguration
- newSplunkDestinationConfiguration :: Text -> HECEndpointType -> Text -> S3DestinationConfiguration -> SplunkDestinationConfiguration
- splunkDestinationConfiguration_s3BackupMode :: Lens' SplunkDestinationConfiguration (Maybe SplunkS3BackupMode)
- splunkDestinationConfiguration_cloudWatchLoggingOptions :: Lens' SplunkDestinationConfiguration (Maybe CloudWatchLoggingOptions)
- splunkDestinationConfiguration_hECAcknowledgmentTimeoutInSeconds :: Lens' SplunkDestinationConfiguration (Maybe Natural)
- splunkDestinationConfiguration_retryOptions :: Lens' SplunkDestinationConfiguration (Maybe SplunkRetryOptions)
- splunkDestinationConfiguration_processingConfiguration :: Lens' SplunkDestinationConfiguration (Maybe ProcessingConfiguration)
- splunkDestinationConfiguration_hECEndpoint :: Lens' SplunkDestinationConfiguration Text
- splunkDestinationConfiguration_hECEndpointType :: Lens' SplunkDestinationConfiguration HECEndpointType
- splunkDestinationConfiguration_hECToken :: Lens' SplunkDestinationConfiguration Text
- splunkDestinationConfiguration_s3Configuration :: Lens' SplunkDestinationConfiguration S3DestinationConfiguration
Documentation
data SplunkDestinationConfiguration Source #
Describes the configuration of a destination in Splunk.
See: newSplunkDestinationConfiguration
smart constructor.
SplunkDestinationConfiguration' | |
|
Instances
newSplunkDestinationConfiguration Source #
Create a value of SplunkDestinationConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3BackupMode:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_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 to
AllEvents
, Kinesis Data 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
.
$sel:cloudWatchLoggingOptions:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.
$sel:hECAcknowledgmentTimeoutInSeconds:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_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.
$sel:retryOptions:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_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.
$sel:processingConfiguration:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_processingConfiguration
- The data processing configuration.
$sel:hECEndpoint:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_hECEndpoint
- The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose
sends your data.
$sel:hECEndpointType:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_hECEndpointType
- This type can be either "Raw" or "Event."
$sel:hECToken:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_hECToken
- This is a GUID that you obtain from your Splunk cluster when you create
a new HEC endpoint.
$sel:s3Configuration:SplunkDestinationConfiguration'
, splunkDestinationConfiguration_s3Configuration
- The configuration for the backup Amazon S3 location.
splunkDestinationConfiguration_s3BackupMode :: Lens' SplunkDestinationConfiguration (Maybe SplunkS3BackupMode) Source #
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 to
AllEvents
, Kinesis Data 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
.
splunkDestinationConfiguration_cloudWatchLoggingOptions :: Lens' SplunkDestinationConfiguration (Maybe CloudWatchLoggingOptions) Source #
The Amazon CloudWatch logging options for your delivery stream.
splunkDestinationConfiguration_hECAcknowledgmentTimeoutInSeconds :: Lens' SplunkDestinationConfiguration (Maybe Natural) Source #
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.
splunkDestinationConfiguration_retryOptions :: Lens' SplunkDestinationConfiguration (Maybe SplunkRetryOptions) Source #
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.
splunkDestinationConfiguration_processingConfiguration :: Lens' SplunkDestinationConfiguration (Maybe ProcessingConfiguration) Source #
The data processing configuration.
splunkDestinationConfiguration_hECEndpoint :: Lens' SplunkDestinationConfiguration Text Source #
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
splunkDestinationConfiguration_hECEndpointType :: Lens' SplunkDestinationConfiguration HECEndpointType Source #
This type can be either "Raw" or "Event."
splunkDestinationConfiguration_hECToken :: Lens' SplunkDestinationConfiguration Text Source #
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
splunkDestinationConfiguration_s3Configuration :: Lens' SplunkDestinationConfiguration S3DestinationConfiguration Source #
The configuration for the backup Amazon S3 location.