Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Once you have installed BellaDati IoT Data Collector modules (at least one audit, receiver and sender), you can proceed with the configuration, however, the basic configuration has been done during the installation procedure. 

Tip

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

Info

BellaDati IoT Data Collector and all its 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.

Manual configuration principles

Each 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.

Database persistent configuration

Configuration is by default loaded from config.json file, however, each module is able to read the configuration stored in it's internal database. If database contains the configuration, properties loaded from config.json (except database configuration) are replaced with those coming from database. In order to force module to use properties from config.json, change the <module>.db.drop property to true. This will cause dropping the database configuration.

Next steps

 

Sv translation
languageja

Once you have installed BellaDati IoT Data Collector modules (at least one audit, receiver and sender), you can proceed with the configuration, however, the basic configuration has been done during the installation procedure. Collectorモジュール (少なくとも1つのAudit、Receiver、Sender) をインストールすると、構成を続行できますが、基本的な構成はインストール手順内で行われます。

Tip

自動化されたWindowsまたはLinux installerを使用して、IoT Data Collectorを簡単に構成します。

Tip

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


Info

BellaDati IoT Data Collector and all its 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.

Manual configuration principles

Collectorとそのすべてのモジュールは、BellaDati IoTコンソールを介してまたは手動で構成できます。ドキュメントのこの部分は、モジュールを手動で構成したい、またはカスタムモジュールの実装を使用しているユーザー専用です。

手動構成の原則

各モジュール Each 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).はJARディストリビューションで表され、独自のJVM内で実行されます。独自の構成ファイルとファイルシステム構造 (一時ストレージ、データベース、ログ用) のセットがあります。

パラメータとしてJVMに渡される2つの主要な設定ファイルがあります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.

Database persistent configuration

Configuration is by default loaded from config.json file, however, each module is able to read the configuration stored in it's internal database. If database contains the configuration, properties loaded from config.json (except database configuration) are replaced with those coming from database. In order to force module to use properties from config.json, change the <module>.db.drop property to true. This will cause dropping the database configuration.

Next steps

  • クラスタリングメカニズム、モジュール検出戦略などを定義します。

これらのファイルに加えられた変更を適用するには、常にモジュールを再起動する必要があります。

データベースの永続構成

構成はデフォルトでconfig.jsonファイルから読み込まれますが、各モジュールは内部データベースに保存されている構成を読み取ることができます。データベースに構成が含まれている場合、config.jsonから読み込まれたプロパティ (データベース構成を除く) は、データベースからのプロパティに置き換えられます。モジュールにconfig.jsonのプロパティを使用させるには、<module>.db.dropプロパティをtrueに変更します。これにより、データベース構成が削除されます。

次に