Created
June 12, 2020 20:30
-
-
Save jonathanhle/fceaae49fc207649b3be930e3c46f2ad to your computer and use it in GitHub Desktop.
list all splunk indexes
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
| | eventcount summarize=f index=* index=_* | dedup index | fields index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you