I've built a few Java processes that will read ASG logs sent to an FTP server and insert them into a MySQL DB for later processing/reporting. Works great. It parses each of the data types, srcip, dstip, statuscode, etc into individual columns. However, I'm trying to make these jobs as thorough as possible. So I'd like some details regarding what the different values in the log files are.
The http log for instance has entries for id, srcip, dstip, user, statuscode, etc. I can figure out that srcip is source IP, etc, However, the ID data has values like 0001, 0002, 0003, 0064, 0067. What do these values mean? what values are possible for "id", etc.
Is this documented anywhere?
The http log for instance has entries for id, srcip, dstip, user, statuscode, etc. I can figure out that srcip is source IP, etc, However, the ID data has values like 0001, 0002, 0003, 0064, 0067. What do these values mean? what values are possible for "id", etc.
Is this documented anywhere?