Hi,
Has somebody here tried to parse the Apache Tomcat access log with PDI? I am looking for a way to interpret the data like IP, timestamp and accessed ressource and to write it to a database.
Here an excerpt how the lines look like:
What would be the best approach here? Using the RegEx step?
Thanks for any hint!
Bobse
Has somebody here tried to parse the Apache Tomcat access log with PDI? I am looking for a way to interpret the data like IP, timestamp and accessed ressource and to write it to a database.
Here an excerpt how the lines look like:
Code:
10.61.4.5 - - [12/Nov/2013:00:20:38 +0100] "GET /birt/run?__report=vailable.rptdesign " 200 4320
10.61.4.4 - - [12/Nov/2013:00:20:42 +0100] "GET /birt/run?__report=vailable.rptdesign " 200 4320
10.49.18.10 - - [12/Nov/2013:00:20:42 +0100] "POST /birt/run?__report=\dashboard\db\main.rptdesign&__overwrite=true&__sessionId=20131112_002002_872 HTTP/1.1" 200 492738
Thanks for any hint!
Bobse