Documentation
¶
Overview ¶
Package ztail provides facilities for watching a directory of logs, tailing all the files created within it and transforming the data into zng data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tailer ¶
type Tailer struct {
// contains filtered or unexported fields
}
Tailer is a zio.Reader that watches a specified directory and starts tailing existing and newly created files in the directory for new logs. Newly written log data are transformed into *zed.Values and returned on a first-come-first serve basis.
type WarningReader ¶ added in v1.3.0
type WarningReader struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.