- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to view the Indexes.conf parameters from a SPL statement?

Hello Splunkers!
How would one view the parameters of the indexes.conf by using a SPL statement? The below SPL statement doesn't seem to work. Any help is greatly appreciated!
| rest splunk_server=<hostname>/services/configs/conf-indexes
| transpose
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I copied your SPL and it didn't have a space between the endpoint and splunk_server values. Can you try this?
| rest splunk_server=<my_hosts> /services/configs/conf-indexes
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The query works for me. Are you putting a space between the hostname and /services/configs/conf-indexes?
Maybe another option is to use the commandline and use btool?
$SPLUNK_HOME/bin/splunk btool indexes list
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Let me try the query again, maybe I fat-fingered it.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I would totally agree with you on any other occasion; however, If I had access to the backend, I def would be running your CLI suggestion, but I do not, so I need to do this through the front end.
