- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Luecke
Engager
03-23-2022
05:26 AM
Hi,
Can the existing Splunk App(s) be read out with a search?
I would like to assign the service to an app via dropdown in a service request (other tool) - so in a first step I have to read out the apps from Splunk and then integrate them into the other program via interface. Is this possible? or are associated with too much effort?
thanks
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
03-23-2022
07:35 AM
You can get a list of installed apps using REST.
| rest servicesNS/-/-/apps/local
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
03-23-2022
07:35 AM
You can get a list of installed apps using REST.
| rest servicesNS/-/-/apps/local
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
