Skip to content

logscape/ApacheNGINX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache And NGINX app.

This app monitors web-log traffic for Apache and NGINX applications. NGINX log formats will match out of the box, whereas Apache installations will need to be configured to using the combined logging format.

Downloads

Read How to deploy for basic App installation instructions
Read How to import data to learn about data sources

Download the App.

Access Log Format

The expected log format is as follows "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" %h - ip %l - RFC 1413 ID %u - HTTP Authed user %t - timestamp %r - request %s - HTTP Status %b - Request size %referer - Referer %user-agent - user agent

NGINX

Default NGINX configuration is supported as standard.

Apache

Apache installations will need to be configured to use the combined log format, you can find information on that here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published