-
-
Save Sam-Martin/d58c448f851eaef6303bd8f26ab543e5 to your computer and use it in GitHub Desktop.
Useful Splunk Queries
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
# Show requests from IE on XP | |
index=* AND cs_User_Agent=*| eval windows_xp_and_ie=if(match(cs_User_Agent,".*MSIE.*5.1.*"),"TRUE","FALSE") | stats count by windows_xp_and_ie |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment