we have an Indexer Cluster and the Indexers have a [clustering] stanza in their server.conf files, same goes for the Search Heads, however do the two Deployment servers that we have need a [clustering] stanza in their server.conf files as well?
I am new to Splunk, and I ask because I noticed one Deployment server has it while the other one does not.
Hi @Gregski11,
no, Deployment Server isn't a clustered role, so you don't need the [clustering] stanza in server.conf, this is a stanza only for Indexers and Search Heads, in other words for the clusterizable roles.
You can have two Deployment Servers, but you can addreass only one from each server, you cannot addreass two DSs from one server.
It isn't a Single Point of failure of your architecture because DS isn't clustarizable and your infrastructure can work also when the DS is down.
Ciao.
Giuseppe
Hi @Gregski11,
no, Deployment Server isn't a clustered role, so you don't need the [clustering] stanza in server.conf, this is a stanza only for Indexers and Search Heads, in other words for the clusterizable roles.
You can have two Deployment Servers, but you can addreass only one from each server, you cannot addreass two DSs from one server.
It isn't a Single Point of failure of your architecture because DS isn't clustarizable and your infrastructure can work also when the DS is down.
Ciao.
Giuseppe
thank you so much, makes sense, I will be removing the [clustering] stanza from the Deployment Servers that have it