Splunk Enterprise

How to view the Indexes.conf parameters from a SPL statement?

itsmevic
Communicator

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

Labels (1)
Tags (1)
0 Karma

m_pham
Splunk Employee
Splunk Employee

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
0 Karma

Stefanie
Builder

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

 

itsmevic
Communicator

Let me try the query again, maybe I fat-fingered it.  

0 Karma

itsmevic
Communicator

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.

0 Karma
Get Updates on the Splunk Community!

Announcing the Expansion of the Splunk Academic Alliance Program

The Splunk Community is more than just an online forum — it’s a network of passionate users, administrators, ...

Learn Splunk Insider Insights, Do More With Gen AI, & Find 20+ New Use Cases You Can ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...