Splunk Enterprise Security

How to build SPL query for the configured storage path?

NDabhi21
Explorer

Can Someone  help to build the query for below.

Need to collect configured path list (coldpath/homePath / thawedPath ) by indexes.

 

Labels (1)
0 Karma

smurf
Communicator

Hi,

Using REST, you can query index information. This should give you list of indexes and their data paths. If you have multiple indexers, you need to dedup the indexes, or specify on which indexer you want to run the REST command.

| rest /services/data/indexes 
| fields title, homePath, coldPath, thawedPath
| dedup title
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...