Mezmo Edge is designed to run from within a Kubernetes cluster, but can also be alternatively be run within Docker Desktop. For more details about configuration options, check out our helm chart repo on GitHubDocumentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
To set up a Mezmo Edge Pipeline, you will need:- A Kubernetes cluster with WAN access.
- (Recommended) Support for running Helm charts within the target cluster.
kubectl.
You can run Mezmo Edge using any existing Kubernetes cluster. If you do not have easy access to a cluster, you can alternatively try it out using the Docker Desktop app with Kubernetes enabled. Go to Settings -> Kubernetes -> Enable Kubernetes in your Docker Desktop app to install the necessary dependencies.
Install Mezmo Edge
Add the Mezmo Helm Repository
Make sure the Mezmo repository is included to install the requirements.Define the Ports to Use
Each unique source you intend to send to Edge will need a single port. You can manually define which ports, but if not defined the default port range will be used.The default Edge port range is 8000-8010.
Run the Helm Chart Install Command
Run this Helm command to launch the Edge instance in your local cluster, replacing the port range your own preferred values. These ports will be used to expose ingestion connections for your local sources.If you need a service key for your Edge instance, in your account go to Settings > Organization > API keys and find the “Service Key” generation section of the page.
Create a Mezmo Edge Pipeline
Once Mezmo Edge has been installed and the ports are configured, you can create an Edge pipeline.- Log in to the Mezmo Web App.
- Go to Pipelines and click New Pipeline.
- You will see an option to create either a SaaS or Edge Pipeline. Select Edge.
- You will see the same Pipeline Map that you would use to build a SaaS Pipeline, but with additional options for Sources, and Rust-based regex syntax for the Parse, Route, and Filter Processors.
- Build and deploy your Pipeline as you would for a SaaS Pipeline, and you can also use Simulation Mode to test your Pipeline before deploying it.
- Deploying the Pipeline will generate the Pipeline configuration, which will be pulled down by the satellite Edge instance and become a part of the Edge configuration. This can take up to 15 seconds to complete.
- You can now send data to your Edge Pipeline through your local Kubernetes cluster service endpoint with this prefix and the value for the source port you set up in the previous step.
Troubleshooting and Monitoring
If you have any issues with this endpoint, please review your Kubernetes network settings to make sure you have set the appropriate forwarding. You may need to check your services viakubectl get services to make sure the right service name is set.
If you are sending any sensitive data through your Edge Pipeline, it will be visible during a Pipeline Tap if you are inspecting nodes that do not have this data redacted. We recommend you test without sensitive data first, redact that data in your processing using the Encrypt Field Processor, and then use the Pipeline Tap p after it has been redacted.You can monitor the data flow in your deployed Pipeline with a Pipeline Tap and make any changes to the Pipeline architecture by clicking Edit Pipeline, and then deploying the edited Pipeline again.