Directories
¶
| Path | Synopsis |
|---|---|
|
Command logpipe is the CLI entrypoint.
|
Command logpipe is the CLI entrypoint. |
|
internal
|
|
|
filter
Package filter defines the Filter interface used by the pipeline and a small registry-based plugin system.
|
Package filter defines the Filter interface used by the pipeline and a small registry-based plugin system. |
|
matcher
Package matcher implements pattern-based alerting on the log stream.
|
Package matcher implements pattern-based alerting on the log stream. |
|
output
Package output provides Outputter implementations for the formats listed in the README: plain text, JSON and CSV.
|
Package output provides Outputter implementations for the formats listed in the README: plain text, JSON and CSV. |
|
parser
Package parser converts raw log lines into LogEntry values that the rest of the pipeline can reason about.
|
Package parser converts raw log lines into LogEntry values that the rest of the pipeline can reason about. |
|
pipeline
Package pipeline wires Source -> Parser -> Filter -> Matcher -> Output into a concurrent, channel-connected processing graph.
|
Package pipeline wires Source -> Parser -> Filter -> Matcher -> Output into a concurrent, channel-connected processing graph. |
|
source
Package source provides line-oriented inputs for the pipeline.
|
Package source provides line-oriented inputs for the pipeline. |
|
Package plugins is the home for example filters that demonstrate the plugin contract documented in the README.
|
Package plugins is the home for example filters that demonstrate the plugin contract documented in the README. |
Click to show internal directories.
Click to hide internal directories.