firehose

package
v0.0.0-...-41a83c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	_ outputs.IndexManager,
	beat beat.Info,
	stats outputs.Observer,
	cfg *common.Config,
) (outputs.Group, error)

Types

type FirehoseConfig

type FirehoseConfig struct {
	Region             string        `config:"region"`
	DeliveryStreamName string        `config:"stream_name"`
	BatchSize          int           `config:"batch_size"`
	MaxRetries         int           `config:"max_retries"`
	Timeout            time.Duration `config:"timeout"`
	Backoff            backoff       `config:"backoff"`
}

func (*FirehoseConfig) Validate

func (c *FirehoseConfig) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL