Determine which version of Splunk Enterprise you're running
Using SplunkWeb
Select the Help menu and choose About to view the version and build numbers.
Using Splunk Cloud
Select the Support & Services menu and choose About to view the version and build numbers.
Using the command line
From the command line,
- Change directory to
$SPLUNK_HOME/bin
- Run
./splunk -version
Using the file system
You can get the version information from the text file $SPLUNK_HOME/etc/splunk.version
Using Splunk Search
You can use the REST endpoint to return the version information
| rest splunk_server=local count=1 /services/server/info | table version