I'm looking to add cold storage to my Splunk 6.2.2 indexer clustering setup and just wanted to verify my process was the best.
I want to change splunk-launch.conf on each of my indexers to added an additional:
SPLUNK_DBC=C:\Path-to-cold-storage
then in my indexer clustering config, just change the cold data storage to:
coldPath = $SPLUNK_DBC\event\event
Is this the best way to do this, or am i missing something? Also, would i leave my thawedPath as my home path?
Thanks
That looks good. If you are putting slow, cheap storage in make sure you test it out at full load and trigger a bucket roll to cold and make sure the whole thing doesn't lock up.
http://wiki.splunk.com/Things_I_wish_I_knew_then
"Think twice before putting warm and cold storage on separate file systems. While it may be tempting to put warm data on faster storage, as soon as you put cold data on separate storage moving buckets from warm to cold will become much more expensive I/O-wise because all data will now have to be read from the warm storage and then written to the cold storage, instead of the simple and quick inode move operation that can be used when both warm and cold are on the same storage. "