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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...