User Tools

Site Tools


splunk-queries

This is an old revision of the document!


Splunk Queries

Count Events per Index

| tstats count WHERE index=* OR index=_* by index

List Indexes

| eventcount summarize=false index=* | dedup index | fields index

Events per Host / Index / Sourcetype

| tstats count as EVENTS_PER_HOST where index=* by index,sourcetype,host | table * | sort by index
splunk-queries.1706170621.txt.gz · Last modified: 2024/01/25 09:17 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki