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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...