Licensing
Licensing Options
NetObserv Flow is available in three license tiers. The license tier determined a number of collector attributes, including the volume of flow records the collector can process (flow records per second), as well as which information elements (IEs) are supported.
IE
limited
single
multi
The Community license is limited to 500 flow records/second.
The flow records per second limit for the Community and Basic license applies to the person or entity accepting the license. It does _**not**_ allow for running multiple instances.
The flow records per second available with a Standard or Premium license is determined by the license key. This volume may be split between multiple instances of the collector, as long as the total volume does not exceed the flow records per second allowed by the license.
By default the flow records per second will be set based on the provided license key. However, this volume can be configured manually for each instance. This is usually done when it is desired to use multiple instances of the collector. For example, a subscription for 16,000 flow records per second can be split into 2 instances, of 8,000 flow records per second each, by setting EF_LICENSE_FLOW_RECORDS_PER_SECOND: 8000 for each instance. If set to a value greater than allowed by the license key, the instances will be started with the flow records per second from the license key.
Requesting a License
You can request a Basic License via the ElastiFlow website. This license will be good for one year, after which it can be renewed by requesting a new license. The Basic License only supports polling of Standard MIBS (IEEE and IETF).
You can also request a 30-day Premium Trial License via the ElastiFlow website. This license can only be renewed with approval of ElastiFlow. To request an extension, please send an email to [email protected].
The license key for ElastiFlow Premium Tier customers will be made available through our support system. A ticket will be opened, from which an authorized user can download the license key.
Adding a License
The following is an example of a license configuration, as defined in a docker-compose file:
and as defined in the systemd configuration:
Licensing Configuration
EF_LICENSE_ACCEPTED
To use ElastiFlow NetObserv it is necessary to accept the terms of the License Agreement. By running this software, you and/or the organization using the software agree and are bound to the terms of an ElastiFlow Inc. End-User License Agreement (EULA). For the Community (no license key), Basic and Trial tiers, the applicable license is the ElastiFlow Community EULA, which may be found at: https://www.elastiflow.com/community-license. For Standard and Premium Commercial tiers the applicable license is the ElastiFlow Standard EULA, or other terms agreed in writing with ElastiFlow Inc. The ElastiFlow Standard EULA may be found at: https://www.elastiflow.com/commercial-license.
Default
false
EF_ACCOUNT_ID
License keys are generated per account. This field must contain the Account ID for the License Key specified in EF_LICENSE_KEY.
EF_LICENSE_KEY
This field contains the License Key issued for this instance of collector. EF_ACCOUNT_ID must also contain the Account ID to which this key belongs.
EF_LICENSE_FLOW_RECORDS_PER_SECOND
NetObserv Flow is licensed by flow records per second. A Community license (no license key provided) is limited to 500 flow records per second. By default, the maximum flow records per second will be set based on the provided license key. However, this maximum can be configured manually for a given instance. This is usually done when it is desired to use multiple instances of the collector. For example, a subscription for 16,000 licensed flow records per second can be split into 2 instances, of 8,000 flow records per second each, by setting EF_LICENSE_FLOW_RECORDS_PER_SECOND: 8000 for each instance. If set to a value greater than allowed by the license key, the instances will be started with the flow records per second based on the license key.
Default
0(uses the flow records per second based on the license)
Last updated
Was this helpful?
