Monitoring Splunk

List of

wrbeleli
New Member

Hey guys,

 

 

Labels (3)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @wrbeleli,

You can use below sample search;

| rest /services/data/indexes 
| search NOT title=_* 
| table title 
| search NOT 
    [| rest /services/authorization/roles 
    | where NOT match(srchIndexesAllowed,"\*+") 
    | rename srchIndexesAllowed as title 
    | dedup title 
    | fields title ]
If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Usually, the easiest way to get info about splunk config items is with | rest command.

In this case you're interested in https://docs.splunk.com/Documentation/Splunk/8.2.2/RESTREF/RESTintrospect#data.2Findexes endpoint.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...