Enable optional features
From Genesys Documentation
Learn how to enable optional features in Designer post deployment.
Related documentation:
RSS:
Enable Designer Analytics and Audit Trail
Post Designer deployment, features such as Analytics and Audit Trail can be enabled by performing the below steps.
Important
Ensure Elasticsearch is deployed before proceeding.Designer
- Configure the following settings in flowsettings override (flowsettings.yaml) - Refer to the table in the Post deployment Designer configuration settings section for option descriptions.
- enableAnalytics: true
- enableESAuditLogs: true
- esServer
- esPort
- esUrl
- Configure the below setting in the DesignerEnv transaction list:
ReportingURL
in the reporting section. - Perform the steps in the Updating the flowsettings file section in Post deployment procedures.
DAS
- Configure the following settings in the helm das-values.yaml file. For setting descriptions, refer to the DAS deployment settings section in Deployment configuration settings.
dasEnv.envs.DAS_SERVICES_ELASTICSEARCH_ENABLED = true
dasEnv.envs.DAS_SERVICES_ELASTICSEARCH_HOST
dasEnv.envs.DAS_SERVICES_ELASTICSEARCH_PORT
- Execute the steps in the Upgrade section in the DAS deployment process for the Blue-Green strategy. The same DAS version running in production can be used for the upgrade.
- Execute the steps in the Cutover section in the DAS deployment process for the Blue-Green strategy.
Comments or questions about this documentation? Contact us for support!