Splunk SOAR (f.k.a. Phantom)

Can I extend the limits of output in my playbook?

peterng_
Engager

I'm using Splunk SOAR 5.3.3. When I add 10 outputs for a playbook, the warning text appear "Limit 10 outputs reached". 

Can I extend the limits of output in my playbook? 

Labels (1)
0 Karma

phanTom
SplunkTrust
SplunkTrust

@fkpp2 ah yes, apologies I saw 10 outputs and instantly went to CF 😄

I like your approach for the playbooks. Thanks for clarifying as I am sure it will help ppl in the future. 

 

0 Karma

fkpp2
Engager

Hi @peterng_ ,

probably a little bit late and you might have found a solution to this already.

What I am doing in case I need more than 10 input or output variables, is putting a JSON object into one of the variables and parse it in the parent/sub playbook accordingly.

BR,

Florian

0 Karma

phanTom
SplunkTrust
SplunkTrust

@fkpp2 @peterng_ you can actually get them by using "nested JSON" in the output and can also use the datapath in the playbook without parsing. 

E.G.

output of CF = <field>

Output JSON {"field": {"sub-field1": "<value>", "sub-field2", "<value>"}}

Then just add the sub-field name to the datapath in the playbook:

phanTom_0-1673436501951.png

phanTom_1-1673436517835.png


-- If this helps please mark as a solution. Happy SOARing! --

 

 

0 Karma

fkpp2
Engager

When a CF comes into play, I agree with your approach.

Otherwise this is what I was suggesting, when trying to pass more than 10 variables to a sub playbook:

Main PB:

pb1.png

pb3.png

Sub PB:

pb2.png

You just need to json.loads() the ticket_input data according to your needs in a CF / code block and can access the fields as a datapath.

 

BR,

Florian

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,  ...