All Apps and Add-ons

Add to Triggered Alerts - Rest API

fisuser1
Contributor

Is there a way to enable "Add to Triggered Alerts" action via the rest api or CLI to all alerts in a custom application? Looking to enable this on over 100 alerts where it is currently not enabled and hoping we don't have to do it manually through the gui.

0 Karma

jkat54
SplunkTrust
SplunkTrust

For this I usually use DOM code in my browsers dev tools console.

You can automate every thing from opening in new tabs to typing items and clicking save.

looks something like this:

  Document.getElementById("submit-button").click();

And such.

0 Karma

efavreau
Motivator

@jkat54 Could you drop a curated link to get the Op, or whoever doesn't know what you're talking about, started?

###

If this reply helps you, an upvote would be appreciated.
0 Karma

jkat54
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...