Interface | Description |
---|---|
Processor |
Class | Description |
---|---|
ApacheCommonProcessor |
The purpose of this processor is to read a log (probably from NAIF HTTPD),
the entries of which are in a mixture of Apache Combined and Common formats,
and to output a version of the log that is only in Apache Combined format.
|
AtFilterProcessor |
This processor filters logs, removing an at symbol (@) from the end of any
log detail.
|
CopyProcessor |
This
Processor implementation is used to copy logs from a given
source directory--specified in the configuration--to a given destination. |
DateTimeLogDetail |
TODO: Write a decent class doc.
|
DetailByDetailProcessor |
This
LogReformatProcessor sub-class is used to transform logs in
a more detail-oriented manner. |
ENFtpProcessor |
This is a custom
Processor that removes the version information from
file names in EN FTP logs. |
LogDetail |
This is the basic data structure object that holds the value of a detail
extracted from a line of a log.
|
LogReformatProcessor |
Sub-classes of this class are used to reformat text-based log files so that
they can be parsed by Sawmill, using a profile created from our template
profile.
|
NcftpReformatProcessor |
This class is used to reformat logs created by an NcFTP server.
|
ProcessingManager | |
ProxyFilterProcessor |
This processor filters Apache/Combined logs to remove proxies from the
client IP details.
|
ReformatUtil |
This class contains utility methods to help with reformatting log files.
|
RingsDecryptionProcessor |
This sub-class of the SimpleCommandProcessor, performs the specific command
necessary to decryprt and decompress log files from the Rings node.
|
SimpleCommandProcessor |
This Processor implementation runs a specified command.
|
StringLogDetail |
This
LogDetail implementation is used to represent log details that
can be stored as simple Strings. |
WholeLineProcessor |
TODO: Fix this documentation!
This class is used to perform basic reformatting on log files.
|
XymonFilterProcessor |
This class is meant to filter logs in Apache/Combined format remove requests
that lack a client IP, such as those produced by Xymon and similar monitoring
software.
|
Exception | Description |
---|---|
ProcessingException |
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.