syslog

package
v0.15.12 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v0.9.0

func Create(id, name string, cfg *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)

func NewFactory

func NewFactory() eosc.IExtenderDriverFactory

func Register

func Register(register eosc.IExtenderDriverRegister)

Register 注册file_output驱动工厂

Types

type Config

type Config struct {
	Scopes []string `json:"scopes" label:"作用域"`
	// 所使用的网络协议, 如:tcp,udp,unix
	Network       string               `json:"network" yaml:"network" enum:"tcp,udp,unix" label:"网络协议"`
	Address       string               `json:"address" yaml:"address" label:"请求地址"`
	Level         string               `json:"level" yaml:"level" enum:"error,warn,info,debug,trace" label:"日志等级"`
	Type          string               `json:"type" yaml:"type" enum:"line,json" label:"输出格式"`
	ContentResize []ContentResize      `json:"content_resize" yaml:"content_resize" label:"内容截断配置" switch:"type===json"`
	Formatter     eosc.FormatterConfig `json:"formatter" yaml:"formatter" label:"格式化配置"`
}

type ContentResize added in v0.15.1

type ContentResize struct {
	Size   int    `json:"size" label:"内容截断大小" description:"单位:M" default:"10" minimum:"0"`
	Suffix string `json:"suffix" label:"匹配标签后缀"`
}

type Output added in v0.8.0

type Output struct {
	drivers.WorkerBase
	// contains filtered or unexported fields
}

func (*Output) CheckSkill added in v0.8.0

func (s *Output) CheckSkill(skill string) bool

func (*Output) Output added in v0.8.0

func (s *Output) Output(entry eosc.IEntry) error

func (*Output) Reset added in v0.8.0

func (s *Output) Reset(conf interface{}, workers map[eosc.RequireId]eosc.IWorker) error

func (*Output) Start added in v0.8.0

func (s *Output) Start() error

func (*Output) Stop added in v0.8.0

func (s *Output) Stop() error

type SysWriter

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

func CreateTransporter

func CreateTransporter(conf *Config) (*SysWriter, error)

CreateTransporter 创建syslog-Transporter

Jump to

Keyboard shortcuts

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