Log Analytics tool - apache regex problem

Hi,
I would like to use log analytics report from piwik (the python script import_logs.py) to import my apache logs in Piwik.
Here is my apache log format :

LogFormat "%h %{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" ssl

sample output :
12.34.56.78 78.65.45.32 [03/Oct/2013:15:35:51 +0200] 200 "GET /b4c-theme/js/modernizr.foundation.js HTTP/1.1" "https://ex.mydomain.fr/group/guest/test?p_p_state=normal&datefin=03%2F10%2F2013&p_p_lifecycle=0&p_p_id=accCE_VP2FkksFAwv5&p_p_col_count=1&action=view&datedebut=01%2F08%2F2013&p_p_col_id=column-1&d-8275208-p=3&accountaction=view&p_p_mode=view"

Unfortunatly, it seems that is not a common format for this script it is not automaticly recognized so I have to use the "--log-format-regex" parameter.
I do not know the python regexes so could you help me to format my regex in order to import ma apache log ?
apache 2.2.3
python 2.6.6
Piwik 1.12

Thanks.

Anyone ?

nopeā€¦