IS Docker template's yaml properties for COMMON-LOGGERS-Error

I am trying to find the properties for building docker instance of IS. In the template file where can we find the properties.
Specifically “Queue provider” and “Connection Alias” as in attached screenshot.

Also is there a documentation page where we can refer for these properties. Because I would need these for COMMON-LOGGERS-Secutiry, COMMON-LOGGERS-Service etc
Please advise. Thanks!!

Hi Aditi,

the yaml snippet you would need is
:
products:
integrationServer:
default:
configuration:
integrationServer-default:
COMMON-LOGGERS:
COMMON-LOGGERS-Error:
Logger:
@alias’: Error
Name: Error Logger
Enabled: ‘true’
Mode: ASYNCHRONOUS
Guaranteed: ‘false’
MaxQueueSize: ‘100000’
Destination: DATABASE
MaxRetryAttempts: ‘3’
RetryInterval: ‘5’
ExtendedProperties:
Property:
- ‘@name’: QueueType
$: um
- ‘@name’: ConnectionAlias
$: IS_UM_CONNECTION
- ‘@name’: NumberOfReaders
$: ‘1’

In case you’ll need something different you can setup the setup the configuration, then go into the CommandCentral UI navigate to the configuration and export it

1 Like