-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OVH CDN log file format #218
Comments
Interesting format. Do you know how is the referer and the user agent delimited? Usually they are within double quotes |
I have the same problem. My Apache LogFormat looks like the following
I'm using GoAccess - 0.8.5 on CentOS 6. |
@Alexhha the following works for your log:
|
I have complied devel version but as I can see there is no vhosts support? |
As you see from the log neither the referer nor the user agent are delimited. Thank you for your answer! |
@gmarcon the following should work
you might even be able to get the referer part with:
|
It would be killer feature :) At the moment I have ~1850 vhosts and it very hard to analyze which one is load the whole system. Will be waiting vhost support. Anyway thanks for the great project |
Closing this. Feel free to reopen it if needed. |
Amazing, thank you very much, works like a charm! |
@gmarcon FYI you may wish to consider a better CDN as well - OVH are not the greatest unless you happen to be within 10Km of one of their 4 main DC's ;-) |
@Alexhha vhost support has been added to v0.9.5. |
@allinurl |
I am unable to parse log files provided by my CDN provider (OVH), I get the "No valid hits" error.
This is a sample line from the log file:
84.152.142.102 www.customerdomain.es - [04/Mar/2015:00:00:05 +0100] "GET /skin/frontend/customer/enterprise/images/flags/flag-poland.png HTTP/1.1 200 0" http://www.salewa.es/es/ropa/hombre/chaquetas.html Mozilla/5.0 (Linux; Android 4.4.2; Aquaris E4.5 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36 "" ""
I tried this Log Format:
%h %^[%d:%^] "%r %s %b" %R %u "" ""
With this Date Format:
%d/%b/%Y
Do you have any hints on what am I doing wrong?
Thank you and regards,
Giulio
The text was updated successfully, but these errors were encountered: