Getting Data In

Splunk Cloud - How to generate list of deployed apps/TA's on indexers?

random_event
Explorer

Using Splunk Cloud and management made the decision to send from UF's straight to Splunk Cloud indexers.  As such, have run into a number of issues with various TA's not deployed to Cloud indexers.  How can I generate a list of deployed aps/TA's that are on the Cloud indexers?

Labels (1)
Tags (3)
0 Karma
1 Solution

tshah-splunk
Splunk Employee
Splunk Employee

Hey @random_event,

Yes, it is possible that the app installed via Self Service doesn't get installed on the indexers. You can run the following search to get list of apps that are installed on Indexers

| rest services/apps/local
| sort title
| stats values(splunk_server) as splunk_server by title
| rename title as app
---
If you find the answer helpful, an upvote/karma is appreciated

View solution in original post

tshah-splunk
Splunk Employee
Splunk Employee

Hey @random_event,

Yes, it is possible that the app installed via Self Service doesn't get installed on the indexers. You can run the following search to get list of apps that are installed on Indexers

| rest services/apps/local
| sort title
| stats values(splunk_server) as splunk_server by title
| rename title as app
---
If you find the answer helpful, an upvote/karma is appreciated

richgalloway
SplunkTrust
SplunkTrust

I would have suggested something similar, but thought it wouldn't work because of "send REST to indexers" being blocked in Splunk Cloud.  Just tried it, however, and it worked.

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

richgalloway
SplunkTrust
SplunkTrust

There is no way to see just what is installed on the indexers.  The best you can do is open the Manage Apps screen and see what TAs are installed there.  If the TA is on the SH then it is also installed on the indexers.

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

random_event
Explorer

That's what I thought, but I just ran into a situation where there was a TA deployed to the Cloud SHC but it was not present on the indexers, hence my inquiry now.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...