All Apps and Add-ons

Splunk On Splunk version: Splunk (build )

EricPartington
Communicator

Using the S.O.S app to view the versions of my splunk installation

noticed that one of my indexers is listed as version: Splunk (build ) which is not how the other 11 splunk servers are listed.

how can I get the version to properly be reflected ? I checked the $SPLUNK_HOME/etc/splunk.version file and it is the same as the other indexers.

does the app use a rest endpoint that i can trigger to see if i get a proper version or the text it shows currently ?

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

I assume it's using the REST endpoint server/info: http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsystem#server.2Finfo

You can call that yourself by pointing a browser at https://splunk-server:mgmt-port/services/server/info and authenticating as an admin.

Alternatively, run this on a search head:

| rest /services/server/info

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

I assume it's using the REST endpoint server/info: http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTsystem#server.2Finfo

You can call that yourself by pointing a browser at https://splunk-server:mgmt-port/services/server/info and authenticating as an admin.

Alternatively, run this on a search head:

| rest /services/server/info

martin_mueller
SplunkTrust
SplunkTrust

Does this answer your question 90003 as well?

0 Karma

EricPartington
Communicator

love the rest endpoint search. excellent idea thanks

0 Karma
Get Updates on the Splunk Community!

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 ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...