Welcome to my set of cheat sheets for Splunk> SPL. In these sheets, you will find commonly used SPL queries and syntax.
- common-spl.md - This file contains commonly used SPL Syntax and Commands.
- web-security-spl.md - This file contains commonly used SPL for incident detection and response of the OWASP Top 10 Web Application Attacks.
index="xyz" | streamstats count as total | search total<=10 | head 10