Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-21 | 1.9 kB | |
v2.1.2 source code.tar.gz | 2024-12-21 | 4.9 MB | |
v2.1.2 source code.zip | 2024-12-21 | 4.9 MB | |
Totals: 3 Items | 9.8 MB | 0 |
- [2.1.2] modify TABLE
access_log
ADD CONSTRAINTF_access_requestlogid
FOREIGN KEY (requestlogid) REFERENCESlog_requestlogid
(id) - [2.1.2] modify TABLE
error_log
ADD index CONSTRAINTF_error_requestlogid
FOREIGN KEY (requestlogid) REFERENCESlog_requestlogid
(id) - [2.1.2] add TABLE
import_format
for reporting and filtering features. Allows adjusted File Format names in tables rather than hardcoding. Also enables addtional formats, - [2.1.2] add COLUMN
importformatid
to TABLEimport_file
for reporting and filtering features. This is FOREIGN KEY toimport_format
TABLE. - [2.1.2] modify
process_access_parse
andprocess_error_parse
- WHERE CLAUSE for parameterALL
to select ONLY completed LOAD processes. - [2.1.2] modify
importFileID
STORED FUNCTION to add fileformat PARAMETER. - [2.1.2] modify
apacheLog2MySQL.py
to passimportFileID
parameters 2=common
andcombined
OR 5=error_default
anderror_vhost
. Does not determine format difference here. - [2.1.2] modify
process_access_parse
andprocess_error_parse
- to SET 'Import File Format -1=common
,2=combined,3=vhost,4=csv2mysql,5=error_default,6=error_vhost
' - [2.1.2] modify
process_access_parse
andprocess_error_parse
- WHERE CLAUSE for parameterALL
to select ONLY completed LOAD processes. - [2.1.2] reformatted SQL statements in all 66 schema views for code standardization in SQL files used to create
apacheLogs2MySQL.sql
- [2.1.2] modify all 11
access_ua_
views SQL statementsFROM apache_logs.access_log_ua ln INNER JOIN apache_logs.access_log_useragent lua INNER JOIN apache_logs.access_log
- [2.1.2] created new
entity_relationship_diagram.png
to reflect database changes.