Entity Selection

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?

0 6 302
6 REPLIES 6

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!

@JoshShomo , I wasn't familiar with the overall operation of the entity selection before but i get it now. Thanks

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.