- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-21-2023 05:29 PM
Currently using rasterize url to add screenshots to incidents, any way to do the same for indicators?
Thanks for any help
04-14-2023 04:43 PM
Hi @NickyR – There is no straightforward way to do this for indicators, because indicators do not have an investigation (with a War Room, ability to store files, etc.) like incidents do.
However, it is possible to work around this by combining an indicator general purpose dynamic section script in the indicator layout with `rasterize` screenshots pulled from incidents. The workflow would be:
Please see the attached sample code for the general purpose dynamic section script. Be sure to test on dev first and use at your own risk!
04-14-2023 04:43 PM
Hi @NickyR – There is no straightforward way to do this for indicators, because indicators do not have an investigation (with a War Room, ability to store files, etc.) like incidents do.
However, it is possible to work around this by combining an indicator general purpose dynamic section script in the indicator layout with `rasterize` screenshots pulled from incidents. The workflow would be:
Please see the attached sample code for the general purpose dynamic section script. Be sure to test on dev first and use at your own risk!
04-19-2023 12:37 PM
@asawyer you're incredible. Already had tags going for this with little to no tweaks in that script it worked perfectly. I really appreciate your response and helping me out! Thank you
04-20-2023 07:12 AM
@asawyer so this works cause I had the rasterization run in the playbook per incident so that file is stored can can be retrieved. But say I want to get a screenshot/rasterize in this script to display content every time that script is ran(after the incident is closed), not just from the incident but the present content of the site, you have a rough idea how to approach?
04-24-2023 06:29 PM
Think I got it! Basically just created a single step playbook with rasterize URL. Within the automation script I would reopen the case and then setPlaybook to that new basic playbook and grab that tagged png entity.
05-01-2023 04:53 PM
Nice! With the limitation of indicators not having an investigation like incidents do, I think that is the cleanest possible approach.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!