- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I was looking for a best way to check app updates, like a bulk way. Is there any Splunk app which would generate a dashboard/report which has the name of the app and the associated update.
If not app, any best way?
Thanks in advance.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


I would take a look at the Analysis of Splunkbase Apps app: https://splunkbase.splunk.com/app/2919/
"This App provides a simple dashboard with App stats and allows you to search for Splunk Apps within Splunk. It was also designed to work if you are offline, as long as you have been online once to collect data.
This App can be used to determine which Apps are certified to work with Splunk Cloud, Hunk, ES, etc."
It will show the last update on one of the dashboards which may be what you are looking for. If not exactly, then you could always tweak the search behind the dashboard.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
|rest /services/apps/local
|fields author configured disbled eai:aci.owner eai:acl.sharing label title visible check_for_updates update.version version
|dedup title
|table title label author eai:aci.owner eai:acl.sharing configured disabled visible check_for_updates update.version version
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


I would take a look at the Analysis of Splunkbase Apps app: https://splunkbase.splunk.com/app/2919/
"This App provides a simple dashboard with App stats and allows you to search for Splunk Apps within Splunk. It was also designed to work if you are offline, as long as you have been online once to collect data.
This App can be used to determine which Apps are certified to work with Splunk Cloud, Hunk, ES, etc."
It will show the last update on one of the dashboards which may be what you are looking for. If not exactly, then you could always tweak the search behind the dashboard.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exactly what I was looking for.
Many thanks!
