Skip to content

List Available Indexes and Sourcetypes

Listing Indexes

The queries below are not time-sensitive.

| eventcount index=* summarize=f 
| dedup index 
| table index 
| sort index

Alternatively:

| rest /servicesNS/-/-/data/indexes
| table title

Listing Sourcetypes

The queries below are time-sensitive.

| metadata type=sourcetypes index=<index>
| table sourcetype, totalCount

Alternatively:

| tstats values(sourcetype) AS sourcetype WHERE index=<index>