SplunkDestinationDescription

Describes a destination in Splunk.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon CloudWatch logging options for your delivery stream.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The data processing configuration.

Link copied to clipboard

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.

Link copied to clipboard

Defines how documents should be delivered 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 AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly.

Link copied to clipboard

The Amazon S3 destination.>

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String