License-server Configuration
License-server ConfigurationLicense-server Configuration
LicensePropertiesLicenseProperties
- Name:
rsa.license.auto-cleanup-enabled
- Default value:
true
- Type:
boolean
- Description:
Whether to enable data retention job
- Name:
rsa.license.auto-cleanup-interval
- Default value:
24 hours
- Type:
seconds
- Description:
Data retention job interval. The job cleans License usage and history data older than
dataRetentionproperty value
- Name:
rsa.license.auto-refresh-interval
- Default value:
60 minutes
- Type:
seconds
- Description:
Periodic entitlement refresh interval
- Name:
rsa.license.compliance-cache-expiry
- Default value:
60 minutes
- Type:
seconds
- Description:
Compliance will be evaluated and cached for this duration before evaluating again. Set to 0 to disable cache. Maximum cache expiry duration is 6 hours
- Name:
rsa.license.data-retention-period
- Default value:
365 days
- Type:
seconds
- Description:
Days to retain license usage and history data in repository
FnePropertiesFneProperties
- Name:
rsa.license.fne.base-url
- Default value:
/api/1.0/
- Type:
string
- Description:
Base URL path of REST API, all other URLs are appended to baseUrl
- Name:
rsa.license.fne.capability-request-url
- Default value:
/capability_request/offline
- Type:
string
- Description:
URL to generate a new capability request
- Name:
rsa.license.fne.capability-response-url
- Default value:
/capability_response
- Type:
string
- Description:
URL to post a response of capability request
- Name:
rsa.license.fne.delay-before-proxy-update
- Default value:
2
- Type:
seconds
- Description:
Wait time to hold the proxy update job before receiving all the proxy config change notifications.
- Name:
rsa.license.fne.feature-page-size
- Default value:
25
- Type:
integer
- Description:
Requests to local flexnet server is paginated. This property controls the number of features that FlexnetLS returns in a single request. Defaults to 25.
- Name:
rsa.license.fne.features-url
- Default value:
/features
- Type:
string
- Description:
URL to fetch features, %s is replaced with FNE License Server instance id
- Name:
rsa.license.fne.fne-restart-timeout
- Default value:
5 minutes
- Type:
seconds
- Description:
Maximum time to wait for the FNE server to restart before timing out.
- Name:
rsa.license.fne.host
- Default value:
localhost
- Type:
string
- Description:
Host where FNE License Server is running, defaults to localhost
- Name:
rsa.license.fne.host-id-url
- Default value:
/hostids/selected
- Type:
string
- Description:
URL to fetch Unique identifier of the environment that maps licenses
- Name:
rsa.license.fne.host-ids-url
- Default value:
/hostids
- Type:
string
- Description:
URL to fetch all host identifiers available in the environment
- Name:
rsa.license.fne.local-config-file
- Default value:
/opt/netwitness/flexnetls/
local-configuration.yaml - Type:
string
- Description:
Local Configuration file
- Name:
rsa.license.fne.max-pages
- Default value:
50
- Type:
integer
- Description:
Maximum number of pages to be requested from FlexnetLS features response. This is to prevent requesting infinite number of pages from FlexnetLS because of any reason which may cause end-of-response to not be detected.
- Name:
rsa.license.fne.port
- Default value:
3333
- Type:
integer
- Description:
Port number where FNE License Server accepts REST requests, defaults to 3333
- Name:
rsa.license.fne.proxy-config-file
- Default value:
/etc/netwitness/flexnetls/
proxy.conf - Type:
string
- Description:
Proxy configuration file
- Name:
rsa.license.fne.sync-url
- Default value:
/capability_request
- Type:
string
- Description:
URL to force an online sync from FNE License Server to FNO remote service to fetch Features
- Name:
rsa.license.fne.trust-store-path
- Default value:
/var/netwitness/flexnetls
- Type:
string
- Description:
Path to the directory which contains FNE server trust store files
- Name:
rsa.license.fne.use-ssl
- Default value:
false
- Type:
boolean
- Description:
Is the REST API secured