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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...