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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...