Splunk Search

Search for all apps and dashboards on a server

actionabledata
Path Finder

How do I search for all apps and dashboards on a server and yield a table with author, app name, description, actual linux file name of dashboards within each app, revision #, and date last updated? Thank you

I played around with the following code but it doesn't give everything I need

 

 

| rest /services/apps/local | search disabled=0 | table author  label version description title id label version

 

 


I think I need to go learn REST APIs for Splunk

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

As I said when this question was asked yesterday, the solution requires more than one REST call - one for apps and one for dashboards ("views").  Additional calls may be needed to enrich the results.

It may not be possible to get all the data you seek.  For instance, date last updated is not always available.  A value may be returned, but it's frequently zero.  Other values, like the Linux file name, can be derived from other fields.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

As I said when this question was asked yesterday, the solution requires more than one REST call - one for apps and one for dashboards ("views").  Additional calls may be needed to enrich the results.

It may not be possible to get all the data you seek.  For instance, date last updated is not always available.  A value may be returned, but it's frequently zero.  Other values, like the Linux file name, can be derived from other fields.

---
If this reply helps you, Karma would be appreciated.

actionabledata
Path Finder

I apologize for not seeing your previous answer ... I still do not see it although it may be to another person. I will research REST calls.

Tags (1)
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!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...