Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
facilities:slq_wiki:reporting [2021/01/20 16:17]
pgullberg How it works
facilities:slq_wiki:reporting [2021/01/20 16:22]
pgullberg [WikiRT - SLQ Wiki Reporting Tool]
Line 12: Line 12:
 === Step 0 – Converting the Apache log to a Dataframe  === === Step 0 – Converting the Apache log to a Dataframe  ===
 Converts log to Pandas Dataframe by specifying separating characters, filtering columns, creating table headers. In addition, converts the date and time into a workable format so that it is automatically recognised as a timestamp and can be filtered and sorted as needed using Pandas.  Converts log to Pandas Dataframe by specifying separating characters, filtering columns, creating table headers. In addition, converts the date and time into a workable format so that it is automatically recognised as a timestamp and can be filtered and sorted as needed using Pandas. 
 +
 +^ TIME        | Date and time of request (includes time zone by default)                        |
 +^ IP ADDRESS  | Identifies the visitor                                                          |
 +^ USERNAME    | Visitor username (only works if visitor has signed in)                          |
 +^ REFERER     | What server the request was referred from                                       |
 +^ REQUEST     | The wiki page or resource that was requested                                    |
 +^ USER AGENT  | Browser (and version), Operating system and hardware type used to send request  |
  
 === Step 1 – Date masking   === === Step 1 – Date masking   ===
Line 52: Line 59:
  
 ==== Development tools ==== ==== Development tools ====
- 
-Tools  
  
 This script/application is written in the python programming language and uses the following open-source libraries:  This script/application is written in the python programming language and uses the following open-source libraries: 

We acknowledge Aboriginal and Torres Strait Islander peoples and their continuing connection to land and as custodians of stories for millennia. We are inspired by this tradition in our work to share and preserve Queensland's memory for future generations.