Created
March 29, 2022 06:40
-
-
Save ssippe/bad88935a6821630376efba83297184f 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
parse @message "* * * * * * * * * * * * * * *" as | |
date, time, s_ip, cs_method, cs_uri_stem, cs_uri_query, s_port, cs_username, c_ip, cs_User_Agent, cs_Referer, sc_status, sc_substatus, sc_win32_status, time_taken | |
| display @timestamp,cs_method, cs_uri_stem, time_taken | |
| filter time_taken > 1000 | |
| sort @timestamp desc | |
| limit 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment