Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureBlobStorageOptions ¶ added in v0.9.0
type GCPPubsubOptions ¶
type GcsOptions ¶ added in v0.9.0
type KafkaOptions ¶ added in v0.7.0
type KafkaOptions struct {
Topic string // Topic name. Will create it if not exists.
}
type LumberjackOptions ¶ added in v0.8.0
type LumberjackOptions struct {
ParseJSON bool // Parse the input bytes as JSON and send structured data. By default, input bytes are sent in a 'message' field.
}
type Options ¶
type Options struct {
Addr string // Destination address (host:port).
Delay time.Duration // Delay start after start signal.
Protocol string // Protocol (udp/tcp/tls).
Retries int // Number of connection retries for tcp based protocols.
StartSignal string // OS signal to wait on before starting.
InsecureTLS bool // Disable TLS verification checks.
RateLimit int // UDP rate limit in bytes.
MaxLogLineSize int // Log reader buffer size in bytes.
WebhookOptions
GCPPubsubOptions
KafkaOptions
AzureBlobStorageOptions
LumberjackOptions
GcsOptions
}
type Output ¶
type Output interface {
DialContext(ctx context.Context) error
io.WriteCloser
}
func Initialize ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Licensed to Elasticsearch B.V. under one or more agreements.
|
Licensed to Elasticsearch B.V. under one or more agreements. |
|
Licensed to Elasticsearch B.V. under one or more agreements.
|
Licensed to Elasticsearch B.V. under one or more agreements. |
|
Licensed to Elasticsearch B.V. under one or more agreements.
|
Licensed to Elasticsearch B.V. under one or more agreements. |
|
Licensed to Elasticsearch B.V. under one or more agreements.
|
Licensed to Elasticsearch B.V. under one or more agreements. |
Click to show internal directories.
Click to hide internal directories.