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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...