A quick reference guide with examples for various splunk tasks and functions
Basic SPL • Time • Stats • Regex •
- timechart
- stats
- chart
- foo
Regex101.com - Real Time Regex Testing
Control Characters | Description | Character Types | Description | Operators | Description |
^ | Start of a Line | \s | White Space | * | Zero or More |
$ | End of a Line | \S | Not white space | + | One or More |
\d | Digit | ? | Zero or One | ||
\D | Not Digit | ||||
\w | Word Character (letter, #, or _) | ||||
\W | Not a Word Character | ||||
.*? | Wildcard |