{= include("docs.util"); start_docs_page(docs.technical_manual.page_titles.architecture); =}
This document provides a high-level overview of the internal architecture that is specific to $PRODUCT_NAME.
Log Importer: A component which reads log data from a log source, and puts it into the $PRODUCT_NAME database.
$PRODUCT_NAME Database: A database which keeps a copy of the log data, and is queried to generate reports.
Reporting Interface: A web interface providing access to dynamic reports.
Administrative Interface: A web interface for administrating profiles, schedules, users, roles, tasks, and more.
Web Server: A built-in web server providing a graphical interface for administrating and viewing reports.
Command-line Interface: An extensive command-line interface that can be used to manage profiles, generate reports, and more.
$PRODUCT_NAME is a log analyzer. It reads text log data from a log source (usually log files on the local disk, a network mounted disk, or FTP), parses the data, and puts it in the $PRODUCT_NAME Database. Log Filters can be used to convert or filter the data as it is read, or to pull in external metadata for use in reports.
The $PRODUCT_NAME Database stores the data from the log source. The Log Importer feeds data into the database, and the Reporting Interface queries the database to generate reports. The database can be either the internal database, built into $PRODUCT_NAME, or a MySQL database.
The Reporting Interface is an HTML interface delivered through the Web Server, to any compatible web browser. Reports are generated dynamically by querying the $PRODUCT_NAME Database. The Reporting Interface allows arbitrary filters to be applied to any report, including Boolean filters. Reports can be created or edited through the Administrative Interface.
The Administrative Interface is an HTML interface delivered through the Web Server, to any compatible web browser. The Administrative Interface is used to create and edit profiles, users, scheduled tasks, and more.
The Web Server is an HTTP server built into $PRODUCT_NAME. It serves the Reporting Interface and the Administrative Interface. It is also possible to use an external web server like Apache or IIS to serve the $PRODUCT_NAME interface.
$PRODUCT_NAME includes an extensive command-line interface. Some options available from the command line:
Create profiles
Build or update databases (process logs)
Expire data from an existing database
Email HTML reports
Generate HTML reports to disk
The most common command-line actions can also be run periodically, using the $PRODUCT_NAME Scheduler.
{= end_docs_page() =}