Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureBlobStorageOptions ¶
type AzureEventHubOptions ¶
type GCPPubsubOptions ¶
type GcsOptions ¶
type GcsOptions struct { ProjectID string // Project ID, needs to be unique with multiple buckets of the same name. ObjectContentType string // The content-type set for the object that is created in the bucket, defaults to application/json Bucket string // Bucket name. Will create it if do not exist. Object string // Name of the object created inside the related Bucket. }
type KafkaOptions ¶
type KafkaOptions struct {
Topic string // Topic name. Will create it if not exists.
}
type LumberjackOptions ¶
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 AzureEventHubOptions 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. |
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.