You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

BellaDati IoT Data Collector and all it's modules can be configured over BellaDati IoT Console or manually. This part of documentation is dedicated to those users, who want to configure modules manually or are using custom modules implementations.

Use automated Windows or Linux installer to configure IoT Data Collector easily.

Manual configuration principles

Eeach module (audit, receiver, sender) is represented by a JAR distribution and is running inside own JVM. does have it's own set of configuration files and file system structure (for temporary storage, database and logs).

There are two main configuration files which are passed to the JVM as parameters:

  • config.json - holds the configuration of the module, including license
  • cluster.xml - defines the clustering mechanism, modules discovery strategy etc

In order to apply modifications made to these files, you always need to restart the module.

  • No labels