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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...