Getting Data In

Indexer almost out of storage space

kmcconnell
Path Finder

I'm about to run out of room on one of our indexers. We have two indexers setup and we are doing distributed indexing. I had an additional 2TB drive added to the one indexer, but I’m wondering if we need to add an additional drive to the other indexer. My plan was to modify the indexes.conf and start sending the two largest indexes cold storage to the new drive (like below). I assume I would copy the “index_to_change\colddb” folder structure to the new drive also. If I’m missing something or going about this wrong, please let me know. I’m pretty new at Splunk and I’m still learning.

[volume:primary]
path = D:\splunkdata
maxVolumeDataSizeMB = 1990000

[volume:cold]
path = E:\splunkdata
maxVolumeDataSizeMB = 1990000

[index_to_change]
homePath = volume:primary/defaultdb/db
coldPath = volume:cold/defaultdb/colddb

Tags (1)
0 Karma
1 Solution

_d_
Splunk Employee
Splunk Employee

That should work but it is advisable that all indexers (2 in your case) are configured identically.

View solution in original post

0 Karma

_d_
Splunk Employee
Splunk Employee

That should work but it is advisable that all indexers (2 in your case) are configured identically.

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