Splunk® Private Spacebridge

Set up Private Spacebridge

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk® Private Spacebridge. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

Configure your Private Spacebridge deployment

After setting up Private Spacebridge, you can edit various fields in the instance ID file to customize your MDM, SAML, or Private Spacebridge configuration.

Here's an example instance ID file:

{
   "server_directory" : [{
     "sign_public_key": "<public_key>",
     "encrypt_public_key": "<public_key>",
     "deployment_name": "<name>",
     "mdm_sign_private_key": "<private_key>",    
     "login_type": <login_type>,
     "instance_url": <saml_url>,
"custom_endpoint_id" : <id_string>}
   ],
 
   "endpoint_config" : {
     "custom_endpoint_id" : <id_string>,
     "custom_endpoint_hostname" : <url_string>,
     "custom_endpoint_grpc_hostname" : <url_string>,
     "client_cert_required" : <true/false>}
}

Prerequisite

Set up Private Spacebridge. See Get started with Private Spacebridge to learn how.

Splunk platform instance fields

The following table lists objects that are apart of the server_directory clause. Each server_directory clause represents a Splunk platform instance using Private Spacebridge.

Field Type Value Configuration area
server_directory Array Represents a Splunk platform instance deployment that appears in the instance list in the mobile client. General
sign_public_key String Base64 encoding of the Splunk instance deployment public key for signing. MDM registration
encrypt_public_key String Base64 encoding of the Splunk instance deployment public key for encryption. MDM registration
deployment_name String User-friendly name of the Splunk instance. Displayed on the instance list in the mobile client. MDM registration
mdm_sign_private_key String Base64 encoding of the secret key used to sign login requests. MDM registration
login_type Enum "saml" (Optional) If not present, the app defaults to username and password login. SAML registration
instance_url URL SAML URL. Required if login_type = "saml". SAML registration

Private Spacebridge fields

The following table lists objects that are apart of the endpoint_config clause. Each endpoint_config clause represents a Private Spacebridge instance.

Field Type Value Configuration area
endpoint_config Array Represents a Private Spacebridge instance. Private Spacebridge
custom_endpoint_id String (Required) A user-friendly name for the Private Spacebridge instance that appears on the mobile client. Use this value in the server_directory clause to configure a Splunk platform instance to use this Private Spacebridge. Private Spacebridge
custom_endpoint_hostname String (Required) HTTP domain that you created when configuring your Kubernetes cluster. Private Spacebridge
custom_endpoint_grpc_hostname String (Required) Hostname for registered devices to get dashboard data from. Private Spacebridge
client_cert_required Bool (Optional) Determines whether the user must have a valid client certificate installed. Defaults to true. Mark false if you aren't distributing a certificate to client devices. Private Spacebridge
Last modified on 05 February, 2021
PREVIOUS
Get started with Private Spacebridge
 

This documentation applies to the following versions of Splunk® Private Spacebridge: 1.0.0


Was this documentation topic helpful?


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

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters