This section provides a tutorial example on how to configure 'Analog' to process Web server log files.
With "analog" installed, now I need to run it against my log files. My Web site is hosted by an ISP.
They put log records one file per week. The log files are zipped with gzip tool. The following is my
experience of configuring "analog" to run on log files.
1. Reading "analog" documentation at c:\local\analog\docs\indx.html.
2. Setting up and running "analog" to run in my log directory:
Notice that in this step, I changed the configuration file, analog.cfg, to specify where my log file is,
and where the out file should be stored.
Notice that also "analog" not only generates the report file, report.html, it also generate
a number of *.png files. I guess those *.png files are used to store statistic data that can be added
to future log files.