All Apps and Add-ons

Splunkbase app update alert

ershishirkumar
Explorer

Hello everyone,

Greetings,

Looking for help using  restapi command or anyother way to create alert for when an app update is available on Splunkbase ,

Basically Should alert when new versions are available on splunkbase

| rest /services/apps/local | search disabled=0 core=0|dedup label | table label version....this one gives the current version of the apps.....

 

Labels (1)

danspav
SplunkTrust
SplunkTrust

Hi @ershishirkumar,

 

There's a great app available on Splunkbase that tracks all available apps on Splunkbase:

Analysis of Splunkbase Apps for Splunk https://splunkbase.splunk.com/app/2919/

 

It pulls down details about every app on Splunkbase and presents you with a couple of dashboards to explore. There's a section on the main dashboard that compares your installed apps with the latest version on Splunkbase ("local audit").

If you install this app, you could convert the search that performs the local audit to an email alert.

 

 

 

 

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 ...