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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...