Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[SOLVED]Problem with Config file for Read Server Log
Hi,
I have a log file in the following format:
112.135.255.32 - [06/Apr/2013:23:55:07 +0530] "POST /SVRClientWeb/ActionController HTTP/1.1" 200 14107 "https://www.example.com/SVRClientWeb/ActionController?sblparam=Z6spFdlqDbbbgtECSSpzHGTShMYdnVO7D7KyPZZBEmpeZSPuP20Ky7zr9jZXl1rnj+s5lCszddZe QtctW6Q5og==" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31" POST /SVRClientWeb/ActionController - HTTP/1.1 www.example.com
For the Read Server Log in Rapid Miner I have downloaded the two config files available at
http://sourceforge.net/p/polliwog/feature-requests/5/
But the process get stuck and stop running? I feel that these config files do not match with my log file format? How to solve my problem. Thanks in advance!
I have a log file in the following format:
112.135.255.32 - [06/Apr/2013:23:55:07 +0530] "POST /SVRClientWeb/ActionController HTTP/1.1" 200 14107 "https://www.example.com/SVRClientWeb/ActionController?sblparam=Z6spFdlqDbbbgtECSSpzHGTShMYdnVO7D7KyPZZBEmpeZSPuP20Ky7zr9jZXl1rnj+s5lCszddZe QtctW6Q5og==" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31" POST /SVRClientWeb/ActionController - HTTP/1.1 www.example.com
For the Read Server Log in Rapid Miner I have downloaded the two config files available at
http://sourceforge.net/p/polliwog/feature-requests/5/
But the process get stuck and stop running? I feel that these config files do not match with my log file format? How to solve my problem. Thanks in advance!
Tagged:
0
Answers
Best regards,
Marius
Please find the sample of my log file here.
https://www.dropbox.com/s/ynbfvig86hyxdka/logfile
But it also didn't work. Has anybody tried using an IIS log file with RapidMiner??
Best regards,
Marius
https://www.dropbox.com/s/r02kc4l1aq98msk/ex121127.log
I used following config file:
https://www.dropbox.com/s/66u36j2sr77tu3w/w3c-iis7-addl-extended-log-entry-format.xml
Thanks Marius!
Best regards,
Marius
I have done lot of editing to both log files and to config files. Still couldn’t find a way to solve this. At first I removed the bytes sent part from the config file. Once it failed then i added a bytes sent to column to the logfile. After I entered column names to the log file according to the config file. Everything produces the same result as follows. The program get stuck and I have to use kill command in terminal to exit.
https://www.dropbox.com/s/anati514awfboei/Screenshot%20from%202013-06-28%2018%3A17%3A03.png
One other thing I'm using Rapidminer in Ubuntu 12.04. For Apache log files this works fine and I can get results. Problem is with the IIS log files.
Have you tried this with my log files?
Hope this helps!
Best regards,
Marius
Thanks for the help! Yea it worked finally!