Values.SplunkDestinationUpdateSourceDescribes an update for a destination in Splunk.
type nonrec t = {hECEndpoint : HECEndpoint.t option;The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
*)hECEndpointType : HECEndpointType.t option;This type can be either "Raw" or "Event."
*)hECToken : HECToken.t option;A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
*)hECAcknowledgmentTimeoutInSeconds : HECAcknowledgmentTimeoutInSeconds.t option;The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends 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.
*)retryOptions : SplunkRetryOptions.t option;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.
*)s3BackupMode : SplunkS3BackupMode.t option;Specifies how you want Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, 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.
*)s3Update : S3DestinationUpdate.t option;Your update to the configuration of the backup Amazon S3 location.
*)processingConfiguration : ProcessingConfiguration.t option;The data processing configuration.
*)cloudWatchLoggingOptions : CloudWatchLoggingOptions.t option;The Amazon CloudWatch logging options for your Firehose stream.
*)bufferingHints : SplunkBufferingHints.t option;The buffering options. If no value is specified, the default values for Splunk are used.
*)secretsManagerConfiguration : SecretsManagerConfiguration.t option;The configuration that defines how you access secrets for Splunk.
*)}val make :
?hECEndpoint:??? ->
?hECEndpointType:??? ->
?hECToken:??? ->
?hECAcknowledgmentTimeoutInSeconds:??? ->
?retryOptions:??? ->
?s3BackupMode:??? ->
?s3Update:??? ->
?processingConfiguration:??? ->
?cloudWatchLoggingOptions:??? ->
?bufferingHints:??? ->
?secretsManagerConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of HECAcknowledgmentTimeoutInSeconds.t
| `String of HECEndpoint.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `Integer of SplunkRetryDurationInSeconds.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ProcessorParameterValue.t ])
list ]
list ])
list ]
list
| `String of RoleARN.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `Integer of SizeInMBs.t
| `String of LogGroupName.t
| `Structure of
(string * [> `String of AWSKMSKeyARN.t ]) list ])
list ])
list ])
list ]