Monitoring Splunk

Splunk summery volume

m_zandinia
Path Finder

Hi Splunkers! I hope you all are doing well.

This is my indexes.conf

indexes.jpg

My problem is that the COLD volume was fulled.

This is the output of df command

df.jpg

The fs of COLD volume is xfs

Do you know that the total maxsize of both COLD and splunk_summareis must not exceed from total space or Just setting the COLD volume is enough because the splunk_summaries volume is part of that?

I mean in my case Splunk set the addition of both volume:COLD and volume:_splunk_summaries for total space for storing buckets or just set the maxVolumesize of volume:COLD config?

 Thanks in advance for any advice

 

PS: I know Splunk do recommend that the summaries must be stored in HOT volume!

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Let's see in the docs:

maxVolumeDataSizeMB = <positive integer>
* If set, this setting limits the total size of all databases that reside
  on this volume to the maximum size specified, in MB.  Note that this it
  will act only on those indexes which reference this volume, not on the
  total size of the path set in the 'path' setting of this volume.

In other words, the limit for your COLD volume limits only cumulative size of databases directly referencing this volume. The _splunk_summaries volume has its own independent limit. So effectively you may grow your /Splunk-Storage/COLD directory up to 4674000MB (probably a bit more, considering some metadata overhead and so on)

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 ...