Created
June 21, 2016 11:07
-
-
Save dannycroft/69a75b7f39c68bb0de223880482ebc19 to your computer and use it in GitHub Desktop.
Sumologic IP Frequency
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=Apache/Access | |
| | parse regex "(?<client_ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" | |
| | timeslice 1m | |
| | count as hits by _timeslice, client_ip | |
| | transpose row _timeslice column client_ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment