Documentation ¶
Overview ¶
Lumberjack server test tool.
Create lumberjack server endpoint ACKing all received batches only. The server supports all lumberjack protocol versions, which must be explicitly enabled from command line. For printing list of known command line flags run:
tst-lj -h
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceLumber ¶
type ServiceLumber struct { BindAddress string V1 bool V2 bool // Path to CA file SSLCA string // Path to host cert file SSLCert string // Path to cert key file SSLKey string // Use SSL but skip chain & host verification InsecureSkipVerify bool // contains filtered or unexported fields }
func (*ServiceLumber) Collect ¶
func (p *ServiceLumber) Collect(ilogtail.Collector) error
Gather takes in an accumulator and adds the metrics that the Input gathers. This is called every "interval"
func (*ServiceLumber) Description ¶
func (p *ServiceLumber) Description() string
func (*ServiceLumber) Start ¶
func (p *ServiceLumber) Start(c ilogtail.Collector) error
Start starts the ServiceInput's service, whatever that may be
func (*ServiceLumber) Stop ¶
func (p *ServiceLumber) Stop() error
Stop stops the services and closes any necessary channels and connections
Click to show internal directories.
Click to hide internal directories.