Default Edge Delta Configuration
Edge Delta includes a default Pipeline.
3 minute read
This workflow gets you started for POC purposes in a kubernetes cluster. For more detailed installation instructions for your specific environment, see Edge Delta Fleet Installation.
Getting Started assumes that you have access to a running Kubernetes cluster with the appropriate permissions to deploy the Edge Delta Fleet. If you are new to Kubernetes, please refer to documentation for a few tools to create your first cluster:
This macOS workflow gets you started for POC purposes in a local kubernetes cluster. It uses Docker, minikube and Helm. For more detailed installation instructions for your specific environment, see Edge Delta Fleet Installation.
First start the Docker daemon then create a kind cluster.
open -a docker
minikube start --driver docker
Your selected password must adhere to the following criteria for validation:
Now you are ready to install a fleet of agents.
prod_eks
.A new fleet with the default configuration is now installed in your cluster.
Note: there are no application workloads generating logs in your cluster so your dashboards may be sparsely populated for now.
You need at least one workload in your cluster for data to populate the Kubernetes Dashboard.
Click Logs and select the Patterns tab. This page displays detected patterns including those with a negative sentiment. See here for more information.
Select the Search tab on the Logs page. You can search for specific logs on this page. See here for more information.
Click Pipelines and ensure the Dashboard tab is selected. This page lists your fleets and you can edit their pipelines using the GUI. See here for more information.
The Pipeline Configuration section provides detailed information on how to update the fleet configuration to cater for your workflow.
Route Logs in a Branched Pipeline
Edge Delta includes a default Pipeline.