Deployment Architecture

colddb on NFS

harald_leitl
Path Finder

Hi,

Is it possible that multiple indexers (same index) use the same shared NFS directory for colddb?

For example:

indexer1:
indexes.conf
[indexA]
...
coldPath = /NFS/indexA/colddb
...

indexer2:
[indexA]
...
coldPath = /NFS/indexA/colddb
...

OR should it look like:

indexer1:
indexes.conf
[indexA]
...
coldPath = /NFS/indexer1/indexA/colddb
...

indexer2:
[indexA]
...
coldPath = /NFS/indexer2/indexA/colddb
...

thx

0 Karma
1 Solution

jodros
Builder

We are currently running a setup that is similar to the second option, where each indexer has it's own directory on the NFS share. It is working fine.

View solution in original post

jodros
Builder

We are currently running a setup that is similar to the second option, where each indexer has it's own directory on the NFS share. It is working fine.

martin_mueller
SplunkTrust
SplunkTrust

The first variant could in theory produce name clashes if both indexers start the same bucket number at the same time and stop it at the same time as well, the name would then be db_endtime_starttime_number for both and you'd end up overwriting each other.

The second variant should work, along with the usual caveats of decreased performance.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...