- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-21-2023 05:00 AM
Hello,
We are executing a long playbook. This playbook started to work incorrectly. To check what was happening, we looked inside the War Room, but it only showed a limited number of outputs. In order to check more outputs, we had to scroll up inside the War Room, however, it took too long to load just a couple of new outputs. How can we obtain all the War Room outputs directly?
09-26-2023 04:51 AM
Hi @Josep ,
You can run the below automation in the incident's war room to get entries in JSON format.
!GetEntries raw-response=true
I hope this answers your question.
09-26-2023 08:24 AM
Hello @gyldz , thanks for your response.
Inside the json there are all the entries. However, if the war room is huge it's impossible to visualize the data.
09-28-2023 09:42 PM
Hi @Josep, you can also see the warroom entries by going to the workplan and clicking on a specific task(1). I would suggest that as the best way to troubleshoot a playbook. Once the task is open, you can click the command in blue(2) to go its location in the warroom. For task that do not have the command you can URL in the 3-dot menu(3).
On a side note, playbooks should be set to quite mode to ensure that you get the best performance during a run. It reduces the overall incident and warroom size.
In your current scenario, I would suggest to enable quite mode for the entire playbook, then override the setting like below in tasks that you wish to debug. Also, some task like onError, EmailAskUser, etc. require quite mode to be turned off.
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!