Admin Manual

 


Deploy in multi-tenant environments

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Deploy in multi-tenant environments

A multi-tenant deployment server topology means that you have more than one deployment server running on the same Splunk instance, and each deployment server is serving content to its own set of deployment clients. (You can also achieve the same effect using two Splunk instances, each with its own configuration.)

Use tenants.conf to redirect incoming requests from deployment clients to another deployment server or servers. This is typically used for offloading load on your splunkd's HTTP server--having many deployment clients hitting the splunkd HTTP server at once to download Apps and configurations can overload the deployment server. Over 400 connections at one time has been shown to bog down splunkd's HTTP server, but this does not take into account your hardware or the size of the package the client is downloading--this will be constrained by your bandwidth size.

Note: There is typically no need to create/edit tenants.conf unless you have worked with Splunk Professional Services to design a custom deployment that includes explicit involvement of tenants.conf.

To set up multiple deployment servers on a single Splunk instance, you:

What you can define in tenants.conf

You identify the different deployment servers as "tenants" in tenants.conf on the Splunk instance that will host these deployment servers. There isn't a tenants.conf file by default, so you will create one in $SPLUNK_HOME/etc/system/local and define the tenants in it.

For each tenant, create a stanza with the heading [tenant:<tenantName>], and specify the whitelist/blacklist filterType that deployment clients use to determine if this is the deployment server instance they should use.

filterType

<whitelist or blacklist>

This documentation applies to the following versions of Splunk: 4.0 , 4.0.1 , 4.0.2 , 4.0.3 , 4.0.4 , 4.0.5 , 4.0.6 , 4.0.7 , 4.0.8 , 4.0.9 , 4.0.10 , 4.0.11 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!