Using Alert to populate a Dynamic List without the Alert firing

  • 17 February 2022
  • 1 reply
  • 139 views

Userlevel 3
Badge +3

I wanted to share on the community how you can use an Alert rule to populate a dynamic list.

  1.     Create the Dynamic list you want to populate
  2.     Age limit on the Dynamic list is how long the data from the Alert will stay in the dynamic list before the values are removed
  3.     Create the Alert that can populate the dynamic list
  4.     Search Interval: Defines how often the the search is running on the LogPoint. Every search interval it will update the dynamic list if it finds new values or prolong existing values in the dynamic list
  5.     You can set the condition on the Alert to be something like Trigger: condition: Greater than "99999" for it to never fire to the incidents view.
  6.     However the Alert still needs to find results in the | process toList() part of the search query to populate the Dynamic List.

This is a way to use an alert to automate the process of populating a dynamic list without the alert firing and     cluttering the incidents view.

/Gustav


1 reply

Thanks for sharing Gustav :) 

Reply