Bulk Action Console Properties
The following properties can be modified when deploying the Bulk Action UI:
The username used to connect to the database is hardcoded to facilitate configuration.
|
Property |
Default Value |
Description |
Mandatory? |
|---|---|---|---|
| hosts | N/A | The hostname of the Bulk Action console | Mandatory |
| bulk_action_console_server_port | 9009 | Bulk Action Console Application port | Mandatory |
| bulk_action_console_use_ssl: | true | Should Bulk Action Console use HTTPS Listenet? | Mandatory |
| bulk_action_console_jdbc_password | N/A | Database password | Mandatory |
| file_transfer: | N/A | Parameters of file transfer between Bulk Action Console and Bulk Action Job | Optional |
| type | SFTP | Protocol to use for transfer | Mandatory |
| host | localhost | Bulk Action Job Server Host | Mandatory |
| port | 22 | Standard SFTP port | Mandatory |
| username | N/A | Username to access server remotely | Mandatory |
| password | N/A | Password to access server remotely | Mandatory |
| directory | bulkaction/pending_transform/ | Directory where the Bulk Action Console drop files into | Mandatory |
| reports_directory | bulkaction/reports/ | Directory where the Bulk Action Job stores reports | Mandatory |
| valid_email_domains: | N/A | Comma separated list of the email domains where Bulk Action Console can send communications | Mandatory |
| bulk_action_console_keystore_password | changeme | The optional keystore password, default value is changeme | Optional |
| bulk_action_console_lb_url | N/A | The URL of the LoadBalancer in format <protocol>://<lb_hostname>(:<lb_port>) that serves Bulk Action Console application. It must be defined for the HA installation; i.e. when there is more than one Bulk Action Console server is defined. The port is optional and only must be specified when the non-standard port is used. |
Required for HA deployment |
| bulk_action_allocated_heap_size | 2 GB | The size of the Bulk Action Console heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes. |