Getting Data In

How to obtain the Splunk instance's version from app (SimpleXML or SplunkJS) in 6.4 or older?

rjthibod
Champion

Splunk 6.5 added global environment tokens that are accessible in SimpleXML (http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/tokens#Use_global_tokens_to_access_environment...), one of which reports the version of the Splunk instance, $env:version$.

How does one obtain the equivalent version number from an app in Splunk 6.4 or older?

I am most interested in obtaining this value using SplunkJS or SimpleXML, e.g., a function call in SplunkJS or a rest search.

I am aware some of the global environment tokens are accessible via the REST API, but I cannot seem to find anything that reports the version. A SplunkJS function call would be the most ideal.

Here is a related question for the splunk_server value: https://answers.splunk.com/answers/506296/is-there-a-javascript-token-with-the-hostname-of-t.html

0 Karma
1 Solution

lweber
Path Finder

have a look at the server/info REST endpoint: http://docs.splunk.com/Documentation/Splunk/6.4.0/RESTREF/RESTintrospect#GET_server.2Finfo_method_de...

it will return a version property which is what you are looking for

View solution in original post

0 Karma

lweber
Path Finder

have a look at the server/info REST endpoint: http://docs.splunk.com/Documentation/Splunk/6.4.0/RESTREF/RESTintrospect#GET_server.2Finfo_method_de...

it will return a version property which is what you are looking for

0 Karma

rjthibod
Champion

Thank you. Don't know how I missed that.

0 Karma

rjthibod
Champion

For those curious, this is the actual query that is probably the simplest. It assumes your user can be authenticated to call the REST endpoint.

| rest splunk_server=local count=1 /services/server/info | table version

0 Karma

asimagu
Builder

is this what you were after??

| rest /services/apps/local | table title version
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...