Created
June 10, 2015 18:31
-
-
Save alxschwarz/a9e00ac8136251849f7c to your computer and use it in GitHub Desktop.
nginx log format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log_format logstash '$remote_addr [$time_local] ' | |
'"$request" $status $body_bytes_sent ' | |
'"$http_referer" "$http_user_agent" ' | |
'$request_time ' | |
'$upstream_response_time'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment