Last active
January 30, 2017 20:57
-
-
Save serkanh/c536509b3741f8de9260d353e48d1557 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
_sourceCategory=aws/elb/appwest | parse "* *:* *:* * * * * * * * \"* *://*:*/* HTTP" as datetime, clientIP, port, backend, backend_port, requestProc, ba_Response, cli_Response, ELB_StatusCode, be_StatusCode, rcvd, send, method, protocol, domain, server_port, path | |
| where !(be_statuscode matches "304") | |
------------------------- | |
_sourceCategory=aws/elb/appwest | parse "* *:* *:* * * * * * * * \"* *://*:*/* HTTP" as datetime, clientIP, port, backend, backend_port, requestProc, ba_Response, cli_Response, ELB_StatusCode, be_StatusCode, rcvd, send, method, protocol, domain, server_port, path | |
| where !(be_statuscode matches "304") AND !(be_statuscode matches "200") | |
| sort by path asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment