Licensing

Energy Logserver uses file-based licensing. The license file is provided by EMCA Software and must be placed in the installation directory during initial setup or updated via the GUI on a running system.

License Plans

Energy Logserver is available in the following plans:

  • Log Management Plan (LMP) — base platform for centralized log management and operational monitoring

  • SIEM Plan — add-on package extending LMP with SIEM capabilities (requires additional license)

  • Network Probe — add-on package for network traffic analysis, available in configurable node count (requires additional license)

  • AI Assistant — add-on enabling LLM-based features in Discover (requires additional license)

  • MSSP — mode for managed service providers enabling multi-tenant source management (requires additional license)

Initial License Installation

During installation, copy the license files to the install directory before running the setup script:

cp es_*.license es_*.info install/
cd install
./install.sh -i

Viewing License Information

License details are available in the GUI under Management → Config → License.

The License tab displays the following read-only fields:

Field

Description

Company

Organization that owns the license

Issued on

License issue date

Expiration date

License validity period (unlimited for perpetual licenses)

Days left

Remaining days until expiration

Data nodes in cluster

Maximum number of ELS Data Nodes allowed in the cluster

Lite

Whether the SIEM Lite variant is active

MSSP

Whether MSSP mode is licensed

SIEM Plan

Whether the SIEM add-on is active

Network Probes

Number of licensed Network Probe instances

No of documents

Maximum document count (unlimited for unrestricted licenses)

Indices

Maximum number of indices (unlimited for unrestricted licenses)

AI Assistant

Whether the AI Assistant add-on is active

Version

Maximum supported platform version

Updating the License

To upload a new or renewed license file on a running system:

  1. Navigate to Management → Config → License.

  2. In the Upload new license section, click the file picker and select both the .license and .info files provided by EMCA Software

  3. Click Upload.

  4. Verify the updated fields in the License tab.

Note

No system restart is required when updating the license through the GUI.

Updating the License via CLI

To replace the license files directly on the filesystem (e.g. in environments without GUI access):

  1. Back up the current license files:

cp /usr/share/elasticsearch/config/es_*.license /tmp/license_backup/
cp /usr/share/elasticsearch/config/es_*.info /tmp/license_backup/
  1. Copy the new license files to the Elasticsearch configuration directory:

cp es_*.license es_*.info /usr/share/elasticsearch/config/
  1. Restart the Elasticsearch service:

systemctl restart elasticsearch
  1. Verify the updated license in Management → Config → License.

License Renewal

Contact EMCA Software support to obtain a renewed license file. Apply it using the upload procedure described above.

Warning

License files are version-specific. Ensure the license Version field matches or exceeds the installed platform version.