Skip to content
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

Log Analytics: add support for Netscaler w3c logs #4707

Closed
mattab opened this issue Feb 18, 2014 · 3 comments
Closed

Log Analytics: add support for Netscaler w3c logs #4707

mattab opened this issue Feb 18, 2014 · 3 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Feb 18, 2014

It was requested that we add support to parse Netscaler w3c logs.

Some Load Balancers (Citrix Netscaler) use this w3c format.

Here is a sample log format:

#Version: 1.0
#Software: Netscaler Web Logging(NSWL)
#Date: 2014-02-18 11:55:13
#Fields: date time c-ip cs-username sc-servicename s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs-bytes sc-bytes
 time-taken cs-version cs(User-Agent) cs(Cookie) cs(Referer)
2014-02-18 11:55:13 172.20.1.21 - HTTP 192.168.6.254 8080 GET /Citrix/XenApp/Wan/auth/login.jsp - 302 247 355 0 HTTP/1.1 Mozi
lla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.N
ET+CLR+3.5.21022) - -
2014-02-18 11:55:13 172.20.1.21 - HTTP 192.168.6.254 8080 GET /Citrix/XenApp/Wan/auth/silentDetection.jsp - 200 310 5609 0 HT
TP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04
506.648;+.NET+CLR+3.5.21022) JSESSIONID=7BBF2F11B80261B27D23010421412323 -

@mattab mattab added this to the 2.x - The Great Piwik 2.x Backlog milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@quba
Copy link
Contributor

quba commented Nov 25, 2014

@mattab: maybe we can do this generic, e.g. allow to configure the importer and map header fields to particular parameters in the request.

There is the same problem with non-standard IIS logs (e.g. using Advanced Logging Module where you can define the format of the log file).

@mattab mattab modified the milestones: Piwik 2.11.0, Mid term Dec 3, 2014
@mattab
Copy link
Member Author

mattab commented Dec 3, 2014

See also #6795

@diosmosis
Copy link
Member

Fixed by #6825.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants