Windows
Installing the Edge Delta agent on Windows.
2 minute read
Edge Delta uses 64-bit or 32-bit MSI installation process.
Step 1: Create a Configuration and Download the Agent
Select the Windows template option in the following steps:
- In the Edge Delta App, click Data Pipeline, and then click Agent Configs.
- Click Create Configuration.
- Select the appropriate template.
- Specify a tag to identify the agent and environment.
- Click Create Configuration.
- Optionally, modify and test the agent configuration then click Save Edits or Done.
The agent table is updated with a new agent configuration with the agent tag you specified.
Next, you copy the agent API:
- Locate the newly created configuration in the table, click the corresponding vertical green ellipses, and then click Deploy Instructions.
- Click Windows.
- In the window that appears, copy and paste the HTTPS URL into a web browser to download the package. This window also displays your API key. Copy this key. You will need this key in a later step. You can pass in environment values in addition to APIKEY by appending them to this command, see Environment Variables.
Step 2: Install the Agent
- Double-click the downloaded package, and then follow the on-screen instructions.
- During the installation process, you can change the installation directory where the agent will install. Based on your selected platform, the default path is Program Files or Program Files (x86).
- You may need to enter the API key you copied earlier, and then follow the on-screen instructions to complete the installation.
Step 3: Configure the Agent
The installation directory contains the following files:
- The configuration file (config.yml) that contains default configuration options.
- The agent log file (edgedelta.log)
See agent configuration for more details.
Upgrade the Agent
To upgrade the agent, you run the installation steps that you previously used to first deploy the agent. You must then apply any changes you made to the config YAML.
Uninstall
You can uninstall the agent using PowerShell:
(Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name like 'Edge Delta%'").uninstall()