Hi @arkapdas
The following command shall return the alerts and their actions you have to find what's the field name for webhook and further filter it to your need.
| rest /services/saved/searches | where isnotnull(title) | table action* id title search
You saved my life, now I am pushing it a little more [:P]
Is there any way I can update the values in one shot?
@arkapdas goto savedsearches.conf on SH and update them from backend.
Hi @arkapdas
The following command shall return the alerts and their actions you have to find what's the field name for webhook and further filter it to your need.
| rest /services/saved/searches | where isnotnull(title) | table action* id title search