Forked from sworisbreathing/deploymentclient.conf (Secondary Deployment Server)
Created
November 26, 2015 22:40
-
-
Save skywalka/dffbd917abd156596833 to your computer and use it in GitHub Desktop.
Splunk Tiered Deployment Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[deployment-client] | |
clientName = SecondaryDeploymentServer | |
reloadDSOnAppInstall = true | |
[target-broker:PrimaryDeploymentServer] | |
targetUri = <deployment_master_fqdn>:<deployment_master_mgmt_port> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################### | |
# Secondary deployment servers - Deployment Apps | |
########################################################### | |
[serverClass:secondaryDeploymentServersDeploymentApps] | |
targetRepositoryLocation = $SPLUNK_HOME/etc/deployment-apps | |
whitelist.0 = *SecondaryDeploymentServer* | |
stateOnClient = noop | |
[serverClass:secondaryDeploymentServersDeploymentApps:app:TA-sos_win] | |
[serverClass:secondaryDeploymentServersDeploymentApps:app:TA-sos] | |
########################################################### | |
# Secondary deployment servers - Self-Deployed Apps | |
########################################################### | |
[serverClass:secondaryDeploymentServers] | |
whitelist.0 = *SecondaryDeploymentServer* | |
[serverClass:secondaryDeploymentServers:app:foo] | |
restartSplunkd = true | |
########################################################### | |
# Linux/Unix Splunk Instances | |
# (note: this is probably not a comprehensive list) | |
########################################################### | |
[serverClass:NixHosts] | |
whitelist.0 = * | |
machineTypesFilter = linux-*, freebsd-*, darwin-*, sunos-*, aix-* | |
[serverClass:NixHosts:app:TA-sos] | |
restartSplunkd = true | |
########################################################### | |
# Windows Splunk Instances | |
########################################################### | |
[serverClass:WindowsHosts] | |
whitelist.0 = * | |
machineTypesFilter = windows-* | |
[serverClass:NixHosts:app:TA-sos_win] | |
restartSplunkd = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################### | |
# Linux/Unix Splunk Instances | |
# (note: this is probably not a comprehensive list) | |
########################################################### | |
[serverClass:NixHosts] | |
whitelist.0 = * | |
machineTypesFilter = linux-*, freebsd-*, darwin-*, sunos-*, aix-* | |
[serverClass:NixHosts:app:TA-sos] | |
restartSplunkd = true | |
########################################################### | |
# Windows Splunk Instances | |
########################################################### | |
[serverClass:WindowsHosts] | |
whitelist.0 = * | |
machineTypesFilter = windows-* | |
[serverClass:NixHosts:app:TA-sos_win] | |
restartSplunkd = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment