Splunk SOAR (f.k.a. Phantom)

Wheel installation broken?

hariomenkel
Explorer

I'm currently building an app with Splunk SOAR and somehow the upload functionality for wheel files seems to be broken. I tested with Chrome, Firefox and Internet Explorer all with the same result:

hariomenkel_0-1661411261857.png

As you can see, there is no "Upload" button or any field to drop the wheel file. My Splunk SOAR version is:

5.2.1.78411

Labels (1)
Tags (3)
0 Karma

macgyver
New Member

I ran in the same issue and i'm writing a reply for others that might need the fix, this is a known bug, the upload button is there but it's hidden by some broken css style. Inspect the html code of the dialogbox(where you don't see the upload button) search for "Upload your wheel file here. Only .whl files allowed." there is an input and a div above this text with "style="display: none;"" remove it in both casses and your upload button will appear. You could also run this bit of js in your console:

 

document.querySelectorAll("[style*='display: none']").forEach((elem) => {
    elem.style.display = "block"
})

 

Hope this will help others out too, cheers
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

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

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...