Default configuration package

The standard Manufacturing Data Engine (MDE) deployment doesn't apply any configuration settings by default, which are needed to ingest data.

Applying the default configuration package lets you to start quickly ingesting data Manufacturing Connect edge (MCe) and other data sources.

Before you begin

The curl deployment option requires that you perform the following:

Steps

  1. Open a tunnel to the mde-proxy by executing using the following command:

    export MDE_PROXY_ZONE=$(gcloud compute instances list --filter="mde-proxy" --format="value(zone)")
    
    gcloud compute ssh mde-proxy \
    --zone "$MDE_PROXY_ZONE" --tunnel-through-iap  \
    -- -N -L 8080:api.mde.cloud.google.com:80
    
  2. Download the default configuration package shell script.

  3. Execute the shell script sh default-package.sh.