Created
July 20, 2016 10:36
-
-
Save dragolabs/df61ce58b39a1ebb4ffcfbcf637f287d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 elk '$remote_addr - $remote_user [$time_local] ' | |
| '"$request" $status $bytes_sent ' | |
| '"$http_referer" "$http_user_agent" ' | |
| '"$host" "$uri" "$args" "$sent_http_location" ' | |
| '"$proxy_host" "$upstream_addr" "$upstream_cache_status" ' | |
| '[$request_time] [$upstream_response_time]'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment