aws_firehose

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	Server               *fnet.ServerConfig  `alloy:",squash"`
	AccessKey            alloytypes.Secret   `alloy:"access_key,attr,optional"`
	UseIncomingTimestamp bool                `alloy:"use_incoming_timestamp,attr,optional"`
	ForwardTo            []loki.LogsReceiver `alloy:"forward_to,attr"`
	RelabelRules         alloy_relabel.Rules `alloy:"relabel_rules,attr,optional"`
}

func (*Arguments) SetToDefault

func (a *Arguments) SetToDefault()

SetToDefault implements syntax.Defaulter.

type Component

type Component struct {
	// contains filtered or unexported fields
}

Component is the main type for the `loki.source.awsfirehose` component.

func New

func New(o component.Options, args Arguments) (*Component, error)

New creates a new Component.

func (*Component) Run

func (c *Component) Run(ctx context.Context) error

Run starts a routine forwards received message to each destination component.

func (*Component) Send

func (c *Component) Send(ctx context.Context, entry loki.Entry)

Send implements internal.Sender so that the component is able to receive logs decoded by the handler.

func (*Component) Update

func (c *Component) Update(args component.Arguments) error

Update updates the component with a new configuration, restarting the server if needed.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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