Splunk Search

Search Head audit of all listed Apps \ TA's \ SA's via search command

Anthony_Faul
Engager

i all

I'm tasked with performing an audit of our Splunk (Cloud) Search Heads (2) as many Apps \ Add-Ons have been sporadically installed onto them over the years and problems are occurring.

The aim is to export the search to .CSV to compare, detect gaps, mismatches etc., identify candidates for upgrade or removal etc.

Any offers to help greatly appreciated.

 

 

 

 

Tags (1)
0 Karma
1 Solution

PickleRick
SplunkTrust
SplunkTrust

You have a REST endpoint to manage apps.

https://docs.splunk.com/Documentation/Splunk/8.2.2/RESTREF/RESTapps

For example - to check for upgradeable apps you can do something like:

| rest /services/apps/local 
| where version!='update.version'
| table label version update.version

 

View solution in original post

PickleRick
SplunkTrust
SplunkTrust

You have a REST endpoint to manage apps.

https://docs.splunk.com/Documentation/Splunk/8.2.2/RESTREF/RESTapps

For example - to check for upgradeable apps you can do something like:

| rest /services/apps/local 
| where version!='update.version'
| table label version update.version

 

Anthony_Faul
Engager

Tnx @PickleRick 

That's sufficient to provide me the details.

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...