Context Propagation

Configure Environment

5 minutes

In this step, you’ll ensure env variables are configured with your Splunk Observability Cloud credentials and workshop settings.

Validation Checklist

Your environment should already have values for INSTANCE, CLUSTER, REALM, ACCESS_TOKEN and RUM_TOKEN

Configure the additional required env values:

bash
export DEPLOYMENT_ENV="workshop-${INSTANCE}"
export RUM_APP_NAME="workshop-${INSTANCE}"

Run env command from the project root to verify.

bash
env

[Optional] Exercise

If these values do not exist in your instance you can configure them as follows:

bash
export REALM="us1"
export ACCESS_TOKEN="your-org-ingest-token"
export RUM_TOKEN="your-rum-access-token"
export DEPLOYMENT_ENV="workshop-${INSTANCE}"
export RUM_APP_NAME="workshop-${INSTANCE}"
export CLUSTER_NAME="workshop-cluster-${INSTANCE}"

Note

Your instructor will provide you with all the required login credentials and environment details
Last Modified ·