[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Default configuration package\n=============================\n\nThe standard Manufacturing Data Engine (MDE) deployment doesn't apply any configuration\nsettings by default, which are needed to ingest data.\n\nApplying the default configuration package lets you to\nstart quickly ingesting data Manufacturing Connect edge (MCe) and other data sources.\n\n#### Before you begin\n\nThe `curl` deployment option requires that you perform the following:\n\n- Install the [`curl` utility](https://everything.curl.dev/install/index.html) on your workstation.\n- Configure [SSH tunneling over IAP](/manufacturing-data-engine/docs/deployment/step-three-configure-access#ssh-tunneling-over-IAP) or otherwise have established connectivity between your client and the MDE APIs.\n\n#### Steps\n\n1. Open a tunnel to the `mde-proxy` by executing using the following command:\n\n export MDE_PROXY_ZONE=$(gcloud compute instances list --filter=\"mde-proxy\" --format=\"value(zone)\")\n\n gcloud compute ssh mde-proxy \\\n --zone \"$MDE_PROXY_ZONE\" --tunnel-through-iap \\\n -- -N -L 8080:api.mde.cloud.google.com:80\n\n2. Download the default configuration package\n [shell script](https://storage.mtls.cloud.google.com/gc-imde/assets/default_config_package_1.1.1.sh).\n\n3. Execute the shell script `sh default-package.sh`."]]