Monitoring Splunk

Monitor Console for SmartStore not clear

louismai
Path Finder

From Monitoring Console > Indexing > SmartStore > SmartStore Cache Performance: Deployment, we can see Max Cache Size value.

| REST splunk_server_group=* /services/properties/server/cachemanager/max_cache_size | eval size=if(value=0, "No Max", tostring(value, "commas")."MB") | fields size

But this query will return results of all splunk servers. I want to show custom values of indexers only, but there is no option to select indexers.

Is there anyway we can customise it within MC.

TKs

Labels (2)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

At least on my 9.1.0 MC shows pop up list for possible instances, where you can limit queries to those. The default is indexers, but for some reason (bug?) it didn't limit that search for those! But fortunately you could use search and REST for it. Just add/switch this to your previous REST 

 

splunk_server_group=dmc_group_indexer

 

This dmc_group_indexer should be defined on your MC as a default for all instances which have indexer role checked on General Settings. If needed you could create own groups too which you then could use on different screens on MC.

r. Ismo 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...