Skip to content

Instantly share code, notes, and snippets.

@alxschwarz
Created June 10, 2015 18:31
Show Gist options
  • Save alxschwarz/a9e00ac8136251849f7c to your computer and use it in GitHub Desktop.
Save alxschwarz/a9e00ac8136251849f7c to your computer and use it in GitHub Desktop.
nginx log format
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