azure_event_hubs

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: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthenticationMechanismConnectionString = "connection_string"
	AuthenticationMechanismOAuth            = "oauth"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	FullyQualifiedNamespace string   `alloy:"fully_qualified_namespace,attr"`
	EventHubs               []string `alloy:"event_hubs,attr"`

	Authentication AzureEventHubsAuthentication `alloy:"authentication,block"`

	GroupID                string              `alloy:"group_id,attr,optional"`
	UseIncomingTimestamp   bool                `alloy:"use_incoming_timestamp,attr,optional"`
	DisallowCustomMessages bool                `alloy:"disallow_custom_messages,attr,optional"`
	RelabelRules           alloy_relabel.Rules `alloy:"relabel_rules,attr,optional"`
	Labels                 map[string]string   `alloy:"labels,attr,optional"`
	Assignor               string              `alloy:"assignor,attr,optional"`

	ForwardTo []loki.LogsReceiver `alloy:"forward_to,attr"`
}

Arguments holds values which are used to configure the loki.source.azure_event_hubs component.

func (*Arguments) Convert

func (a *Arguments) Convert() (kt.Config, error)

Convert is used to bridge between the Alloy and Promtail types.

func (*Arguments) SetToDefault

func (a *Arguments) SetToDefault()

SetToDefault implements syntax.Defaulter.

func (*Arguments) Validate

func (a *Arguments) Validate() error

Validate implements syntax.Validator.

type AzureEventHubsAuthentication

type AzureEventHubsAuthentication struct {
	Mechanism        string   `alloy:"mechanism,attr"`
	Scopes           []string `alloy:"scopes,attr,optional"`
	ConnectionString string   `alloy:"connection_string,attr,optional"`
}

AzureEventHubsAuthentication describe the configuration for authentication with Azure Event Hub

type Component

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

Component implements the loki.source.azure_event_hubs component.

func New

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

New creates a new loki.source.azure_event_hubs component.

func (*Component) Run

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

Run implements component.Component.

func (*Component) Update

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

Update implements component.Component.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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