Administrator
- Administrator
- All Products
Type
| Name
| Description
| Sample Value
| Default Value
|
---|---|---|---|---|
APP_CFG
| idmc_dgs_agentMaxRetryAttempts
| -
| 3
| 5
|
APP_CFG
| idmc_dgs_agentShutdownWaitTimeMillis
| -
| 30000
| 60000
|
APP_CFG
| idmc_dgs_connectionPoolMaxSize
| The maximum number of data source connections cached for a Secure Agent.
| Minimum is 10.
Maximum is 1000.
| 100
|
APP_CFG
| idmc_dgs_connectionPoolCacheExpiryDuration
| The maximum duration for which the connection with a data source is kept open when it is unused.
The value of the parameter should be in minutes.
| Minimum is 10.
Maximum is 120.
| 30 minutes
|
APP_CFG
| idmc_dgs_minHeapSize
| Option to modify the minimum heap size of JVM.
The value of the parameter should be within single quotes.
| '128m'
| '128m'
|
APP_CFG
| idmc_dgs_maxHeapSize
| Option to modify the maximum heap size of JVM.
The value of the parameter should be within single quotes.
| '512m'
| '1024m'
|
APP_CFG
| idmc_dgs_JVM_ARGS
| Option to add debug parameters or modify the JVM memory configuration parameters.
| -Xms32m -Xmx512m
| -XX:+UseG1GC
|
APP_CFG
| idmc_dgs_queryExecutionTimeout
| The maximum duration for which a database query is run on a data source.
The value of the parameter should be in seconds.
| Minimum is 1
There is no maximum value.
| 60 seconds
|
APP_LOG4J
| name
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'AppLogPropertiesConfig'
| 'AppLogPropertiesConfig'
|
APP_LOG4J
| rootLogger_level
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'warn'
| 'info'
|
APP_LOG4J
| rootLogger_appenderRefs
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'applog'
| 'applog'
|
APP_LOG4J
| rootLogger_appenderRefs_applog_ref
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'LOGFILE'
| 'LOGFILE'
|
APP_LOG4J
| appenders
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'applog'
| 'applog'
|
APP_LOG4J
| appender_applog_type
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'RollingFile'
| 'RollingFile'
|
APP_LOG4J
| appender_applog_name
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'LOGFILE'
| 'LOGFILE'
|
APP_LOG4J
| appender_applog_filePattern
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '%d{MM-dd-yy-HH-mm-ss}-%i'
| '%d{MM-dd-yy-HH-mm-ss}-%i'
|
APP_LOG4J
| appender_applog_layout_type
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'PatternLayout'
| 'PatternLayout'
|
APP_LOG4J
| appender_applog_layout_pattern
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '%d %d{z} %p [%c] - %m%n'
| '%d %d{z} %p [%c] - %m%n'
|
APP_LOG4J
| appender_applog_policies_type
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'Policies'
| 'Policies'
|
APP_LOG4J
| appender_applog_policies_size_type
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'SizeBasedTriggeringPolicy'
| 'SizeBasedTriggeringPolicy'
|
APP_LOG4J
| appender_applog_policies_size_size
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '5MB'
| '10MB'
|
APP_LOG4J
| appender_applog_strategy_type
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'DefaultRolloverStrategy'
| 'DefaultRolloverStrategy'
|
APP_LOG4J
| appender_applog_strategy_max
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '5'
| '5'
|
APP_LOGBACK
| logback_log_file_pattern
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '{yyyy-ww}'
| '{yyyy-ww}'
|
APP_LOGBACK
| logback_log_max_file_size
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '5MB'
| '10MB'
|
APP_LOGBACK
| logback_log_max_history
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| '20'
| '10'
|
APP_LOGBACK
| logback_root_level
| Common property for all Secure Agent applications.
The value of the parameter should be within single quotes.
| 'DEBUG'
| 'INFO'
|