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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...