Launch-framework Configuration
Launch-framework ConfigurationLaunch-framework Configuration
ConfigurationModulePropertiesConfigurationModuleProperties
- Name:
rsa.configuration.backoff-duration
- Default value:
1
- Type:
seconds
- Description:
Amount of time to wait until a retry is attempted if the config-server is unavailable
- Name:
rsa.configuration.connection-timeout
- Default value:
30
- Type:
seconds
- Description:
A timeout how long to wait if the config-server is unavailable
- Name:
rsa.configuration.remote-enabled
- Default value:
false
- Type:
boolean
- Description:
If the configuration server is even attempted
- Name:
rsa.configuration.schema-synchronization-retry-interval
- Default value:
1
- Type:
seconds
- Description:
This property controls how long to wait before retrying a failed schema synchronization attempt.
ContentPropertiesContentProperties
- Name:
rsa.content.disk-path
- Default value:
- Type:
path
- Description:
The path where the content resides on disk
DataPropertiesDataProperties
- Name:
rsa.data.application.advanced
- Default value:
- Type:
map
- Description:
A set of advanced properties specific to the data provider
- Name:
rsa.data.application.auth-mechanism
- Default value:
SCRAM
- Type:
string
- Description:
Default username/password authentication "SCRAM". Alternative: "PLAIN"
- Name:
rsa.data.application.connection-timeout
- Default value:
5
- Type:
seconds
- Description:
How long to wait before giving up on a connection attempt
- Name:
rsa.data.application.database
- Default value:
- Type:
string
- Description:
The database name
- Name:
rsa.data.application.enabled
- Default value:
false
- Type:
boolean
- Description:
If true will enable database support
- Name:
rsa.data.application.map-key-dot-replacement
- Default value:
- Type:
string
- Description:
Mongo disallows "." in map keys, if a value is provided, dots in map keys are replaced by it.
- Name:
rsa.data.application.password
- Default value:
- Type:
string
- Description:
The connection password
- Name:
rsa.data.application.secure
- Default value:
false
- Type:
boolean
- Description:
Use an SSL/TLS connection to the database
- Name:
rsa.data.application.servers
- Default value:
[localhost]
- Type:
string[]
- Description:
A comma separated list of database servers
- Name:
rsa.data.application.stat-cache-timeout
- Default value:
15
- Type:
seconds
- Description:
How long to wait before refreshing database statistics?
- Name:
rsa.data.application.user
- Default value:
- Type:
string
- Description:
The connection user
- Name:
rsa.data.control.advanced
- Default value:
- Type:
map
- Description:
A set of advanced properties specific to the data provider
- Name:
rsa.data.control.auth-mechanism
- Default value:
SCRAM
- Type:
string
- Description:
Default username/password authentication "SCRAM". Alternative: "PLAIN"
- Name:
rsa.data.control.connection-timeout
- Default value:
5
- Type:
seconds
- Description:
How long to wait before giving up on a connection attempt
- Name:
rsa.data.control.database
- Default value:
- Type:
string
- Description:
The database name
- Name:
rsa.data.control.enabled
- Default value:
false
- Type:
boolean
- Description:
If true will enable database support
- Name:
rsa.data.control.map-key-dot-replacement
- Default value:
- Type:
string
- Description:
Mongo disallows "." in map keys, if a value is provided, dots in map keys are replaced by it.
- Name:
rsa.data.control.password
- Default value:
- Type:
string
- Description:
The connection password
- Name:
rsa.data.control.secure
- Default value:
false
- Type:
boolean
- Description:
Use an SSL/TLS connection to the database
- Name:
rsa.data.control.servers
- Default value:
[localhost]
- Type:
string[]
- Description:
A comma separated list of database servers
- Name:
rsa.data.control.stat-cache-timeout
- Default value:
15
- Type:
seconds
- Description:
How long to wait before refreshing database statistics?
- Name:
rsa.data.control.user
- Default value:
- Type:
string
- Description:
The connection user
FileSystemPropertiesFileSystemProperties
- Name:
rsa.filesystem.conf-path
- Default value:
/etc/netwitness
- Type:
string
- Description:
The path to directory where all service configuration resides. Ignored if prefix is specified.
- Name:
rsa.filesystem.data-path
- Default value:
/var/lib/netwitness
- Type:
string
- Description:
The path to directory where all service data resides. Ignored if prefix is specified.
- Name:
rsa.filesystem.logs-path
- Default value:
/var/log/netwitness
- Type:
string
- Description:
The path to directory where all service logs reside. Ignored if prefix is specified.
- Name:
rsa.filesystem.prefix
- Default value:
- Type:
string
- Description:
If not empty the prefix specifies the root for all service file system state. When empty, the individual values are used.
HealthCheckPropertiesHealthCheckProperties
- Name:
rsa.health.check-every
- Default value:
15
- Type:
seconds
- Description:
Rate at which health checks are scheduled to run.
- Name:
rsa.health.concurrency
- Default value:
5
- Type:
integer
- Description:
Number of concurrent threads that runs health checks.
- Name:
rsa.health.timeout
- Default value:
30
- Type:
seconds
- Description:
Time out for a {@link com.rsa.asoc.launch.api.health.HealthCheck} when service health checks are run. If a component is unable to respond with health status with in this period, it is marked as {@link com.rsa.asoc.launch.api.health.Health.Status#Unhealthy}
LoggingAuditPropertiesLoggingAuditProperties
- Name:
rsa.logging.audit.max-file-count
- Default value:
10
- Type:
integer
- Description:
The maximum number of archive files to retain.
- Name:
rsa.logging.audit.max-file-size
- Default value:
10
- Type:
bytes
- Description:
The maximum size a log file is allowed to grow
LogForwarderPropertiesLogForwarderProperties
- Name:
rsa.logging.forward.categories
- Default value:
- Type:
string[]
- Description:
The log categories to choose for forwarding
- Name:
rsa.logging.forward.destination
- Default value:
- Type:
logforwarderproperties$destination
- Description:
The forwarding destination
- Name:
rsa.logging.forward.enabled
- Default value:
true
- Type:
boolean
- Description:
Is forwarding enabled?
- Name:
rsa.logging.forward.host
- Default value:
localhost
- Type:
string
- Description:
The destination host address
- Name:
rsa.logging.forward.port
- Default value:
50514
- Type:
integer
- Description:
The destination port
- Name:
rsa.logging.forward.secure
- Default value:
false
- Type:
boolean
- Description:
Use TLS for forwarding (only supported with LOGSTASH_TCP)
LoggingPropertiesLoggingProperties
- Name:
rsa.logging.levels
- Default value:
- Type:
string
- Description:
Service log levels specified as a comma separated sequence of "logger:level". Note logger names are case sensitive.