gelf

package
v0.37.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: Apache-2.0 Imports: 9 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 {
	// ListenAddress only supports UDP.
	ListenAddress        string              `river:"listen_address,attr,optional"`
	UseIncomingTimestamp bool                `river:"use_incoming_timestamp,attr,optional"`
	RelabelRules         flow_relabel.Rules  `river:"relabel_rules,attr,optional"`
	Receivers            []loki.LogsReceiver `river:"forward_to,attr"`
}

Arguments are the arguments for the component.

func (*Arguments) SetToDefault added in v0.35.0

func (r *Arguments) SetToDefault()

SetToDefault implements river.Defaulter.

type Component

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

Component is a receiver for graylog formatted log files.

func New

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

New creates a new gelf component.

func (*Component) Run

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

Run starts the component.

func (*Component) Update

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

Update updates the fields of the component.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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