Hello, Please I have a question on the entity selection, is there a way to display or use those entities selected in the playbook step individually?
I guess my question here https://siemplifycommunity.slack.com/archives/C01FTP44AMR/p1625649160112000 is exactly the same :)
Yes, Marek, it would have been nice if it offers more flexibility. When I was working with Fortisoar, a playbook action can execute multiple times by defining a for loop inside of the playbook step and also allows to specify variables in steps or manipulate input and output with inbuilt Jinja functions.
do you mind adding some details on exactly what youโre doing? Which entities youโre specifying and for which playbook action?
The entities you select can be used by the playbook stepโs python code with by looping over the
siemplify.target_entities
, but it would be easier to confirm whatโs happening if you specify the playbook and playbook step.
Nice! glad you figured it out!
So this means that you can only use that in custom coded integration actions?
I also needed something similar, for usecases such as "perform an enrichment on all internal entities, and post a general insight / entity with the specific(!) result per entity".
Usually when I enrich 2 internal entities in an alert from e.g. my asset database for their OS, and post the result as an entity insight, I get "Insight entity 1: windows, linux", and "Insight entity 2: windows, linux".
So each entity insight contain the lookup results of both lookups.