Edge Configuration

Overview

The Senseforce Edge solution is a headless piece of software, running either as Console Application, Windows Service, or as Linux Daemon. To define, which data to collect, which Edge operations to perform, and where to send the data to, an XML file-based configuration workflow is implemented.

You can define a set of default Edge configurations which you can easily check into your configuration management systems as well as copy&paste to your newly installed Edge instances.

Edge configuration workflow

Any Edge software instance is delivered with a default set of configurations.

Depending on whether you use the Edge console application or the Edge service application, the configuration can be found in the following folders.

[Edge Main Folder]/configs

These configs are only used for the Edge instance Luna.Console, executed directly from the [Edge Main Folder].

There are four areas where the Edge solution needs to be configured:

Define which Plugins to load and where to find the plugins binaries

File-path:

configs/appsettings.xml

Last updated