Dashboard Widget

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dashboard Widget

L2 Linker

Hi , 
I have a Button that creates a note in the qradar , is there a way to mark this note as note so it will be showed in the layout in the note section.
Also I can get as a solution not to mark as note but to just to show the result in the layout.

1 accepted solution

Accepted Solutions

L4 Transporter

Basically you need to either set the mark_as_note in your CommandResults object to True, or if you're using the results from an existing command, you can update it as shown below.

If you're building a custom response with CommandResults, this is the input that you need to be true:

Screenshot 2023-12-11 at 8.40.08 AM.png

 

If you're just returning the results from an existing qradar command, then you can capture and modify it like this:

 

Screenshot 2023-12-11 at 8.46.54 AM.png

View solution in original post

1 REPLY 1

L4 Transporter

Basically you need to either set the mark_as_note in your CommandResults object to True, or if you're using the results from an existing command, you can update it as shown below.

If you're building a custom response with CommandResults, this is the input that you need to be true:

Screenshot 2023-12-11 at 8.40.08 AM.png

 

If you're just returning the results from an existing qradar command, then you can capture and modify it like this:

 

Screenshot 2023-12-11 at 8.46.54 AM.png

  • 1 accepted solution
  • 762 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!