Skip to content

sdhyani03/Splunk-SPL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splunk> SPL Cheat Sheets

Welcome to my set of cheat sheets for Splunk> SPL. In these sheets, you will find commonly used SPL queries and syntax.

How to fetch only top 10 records and stops query execution as soon as we get 10 records

index="xyz" | streamstats count as total | search total<=10 | head 10

About

Commonly Used Splunk SPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors