Splunk SOAR (f.k.a. Phantom)

How can I determine my Phantom Version?

sam_splunk
Splunk Employee
Splunk Employee

How do I find which version of Phantom I'm running from the console/ssh?

(Captured question from Phantom Community Slack)

Labels (1)
Tags (1)
0 Karma
1 Solution

sam_splunk
Splunk Employee
Splunk Employee

You can get your Phantom version from the command line with the command:

cat /opt/phantom/etc/settings.json | grep phantom_version

It is also available on the bottom-right hand side of the screen when logging in.

If the minor version is needed, try:

grep -Po 'phantom_version":\K.*?(?=\})' /opt/phantom/installData/system_settings/settings.json 

View solution in original post

sam_splunk
Splunk Employee
Splunk Employee

You can get your Phantom version from the command line with the command:

cat /opt/phantom/etc/settings.json | grep phantom_version

It is also available on the bottom-right hand side of the screen when logging in.

If the minor version is needed, try:

grep -Po 'phantom_version":\K.*?(?=\})' /opt/phantom/installData/system_settings/settings.json 
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...