Documentation
¶
Overview ¶
Package auditor records the log files the agent is tracking. It tracks filename, time last updated, offset (how far into the file the agent has read), and tailing mode for each log file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { Registry // Start starts the auditor Start() // Stop stops the auditor Stop() // Channel returns the channel to use to communicate with the auditor or nil // if the auditor is currently stopped. Channel() chan *message.Payload }
Component is the component type.
Click to show internal directories.
Click to hide internal directories.