>
> I have another question. How can i delete all context from a specific alert?
> or specific context using regex from context hash?
>

For regular expression based context deletion, you have to access the
main::context_list hash table in the sec code. In this hash table,
context names server as keys, so deleting an element with a given key
will remove the context with the same name. There is one example in
the SEC FAQ which illustrates how to access this particular hash
table:
https://simple-evcorr.github.io/FAQ.html#15
(a similar example is also present in the SEC man page).

hope this helps,
risto

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to