Splunk SOAR

Container UPDATE - field open_time

CMPC
Engager

Hello Everyone,

I'm trying to create a playbook that based on the message provided by the prompt action, will update the container:open_time field.

I already tried the following:

1. Use the container_update custom function where i've set in the input_json box {"custom_fields": {"open_time": prompt_1:action_result.summary.responses.0}}

2. Created a new variable called

prompt_value = container.get("prompt_1:action_result.summary.responses.1", None)

input_json = {}

input_json = {"container:open_time": prompt_value}

parameters.append({

"inpu_json": json.dumps(input_json)})

But i'm receiving the following message 

"Valid container entered but no valid container changes provided."

 

Perhaps someone has a different method to help me resolve this.

Labels (1)
0 Karma

SOARt_of_Lost
Path Finder

Is there a reason you're trying to manually change open_time? If you change from new to in progress, SOAR will set that field on its own. This also applies if you bump it back to new then change to in progress again.

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...