Documentation ¶
Overview ¶
auditlog package processes the /var/log/audit/audit.log log file. Process records the stream of text and on newline sends the line of text to the AuditLogChan for received by the auditd processor for correlation and analysis.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogIngester ¶
type AuditLogIngester struct { FilePath string AuditLogChan chan string // contains filtered or unexported fields }
func NewAuditLogIngester ¶
func NewAuditLogIngester( filePath string, auditLogChan chan string, namedPipeIngester namedpipe.NamedPipeIngester, ) AuditLogIngester
Click to show internal directories.
Click to hide internal directories.