Setting up the Standard Observability Suite in DuploCloud
Observability components are not turned on by default.
You need to enable the standard observability components before using them. To do this, navigate to Administrator -> Observability -> Standard -> Settings and follow the instructions in the rest of this section.
Setting up Logging in the DuploCloud Portal
Navigate to Administrator -> Observability -> Standard -> Settings, and select the Logging tab to enable Logging. Click on Enable Logging.
Logging is based on OpenSearch and Kibana, deployed in the Tenant of your choice, and configurable, as shown below.
After enabling logging, choose which Tenants to collect logs from. The platform deploys collectors for each Tenant that you enable. Filebeat is the collector for Logs.
If you have a multi-region setup, create a separate logging infrastructure setup for each region to avoid the cost of cross-region data transfer.



Setting up Auditing in the DuploCloud Portal Standard Observability Suite
The DuploCloud Standard Observability Suite generates audit trails using OpenSearch. Enabling logging is a prerequisite for audit functionality.
In the DuploCloud Portal, navigate to Administrator -> Observability -> Standard -> Settings -> Audit and click the Enable Audit link.
Once enabled, the Audit view is accessible at Administrator -> Observability ->Audit. See the Auditing topic for further details.
Enabling Metrics collection for centralized monitoring and select Tenants
The Metrics control plane uses Grafana, Prometheus, and Yace. They are only deployable in Default Tenant.
Navigate to Administrator -> Observability -> Standard -> Settings. Select the Monitoring tab to enable Metrics, and click the Enable Monitoring link.
In the Monitoring tab, select Enable Centralized Monitoring.
Below, the Monitoring view is shown after the metrics have been enabled. cAdvisor and Node Exporter collect metrics. Selecting a Tenant deploys the containers on all the Hosts in that Tenant.




Configure a custom Kibana URL for viewing Logging data from DuploCloud
DuploCloud provides a default Kibana URL for viewing Logging data, but if you want to update filters or customize further, you can override the default with these settings.
Log in to the DuploCloud Portal.
Navigate to Administrator -> System Settings -> System Config.
Click Add. The Add Config pane displays.
In the Config Type list box, select AppConfig.
In the Key list box, choose one of the following keys:
Kibana Base URL: This URL points to the proxy or direct access Kibana URL.
Kibana Logs URL Template: This URL template links to Kibana’s Logs.
In the Value field, enter the custom URL for the selected key. For example:
Kibana Base URL: /proxy/kibana
Kibana Logs URL Template: https://kibana.example.com/app/discover#/?_a=(query:(language:kuery,query:'log_type:"application"'))&_g=(time:(from:now-1h,to:now))
Click Submit to save the configuration.
After configuring the Kibana URL in DuploCloud, you can access the selected Kibana Logs data directly from the DuploCloud Portal:
Navigate to Administrator -> Observability -> Standard -> Logging.
Configure a custom Kibana URL for viewing audit logs from DuploCloud
"default"log_level: Filter by log level (e.g., "error", "info").
time range: Adjust the time range (e.g., from:now-1h, from:now-7d).
Example:
https://kibana.example.com/app/discover#/?_a=(query:(language:kuery,query:'log_type:"application"'))&_g=(time:(from:now-1h,to:now))


Navigate to Administrator -> System Settings -> System Config.
Click Add. The Add Config pane displays.
In the Config Type list box, select AppConfig.
In the Key list box, choose one of the following keys:
Kibana Base URL: This URL points to the proxy or direct-access Kibana instance.
Kibana Audit URL Template: This URL template links to Kibana’s Audit logs.
In the Value field, enter the custom URL for the selected key. For example:
For Kibana Base URL:
/proxy/kibana
For Kibana Audit URL Template:
https://kibana.example.com/app/discover#/?_a=(query:(language:kuery,query:'log_type:"audit"'))&_g=(time:(from:now-1h,to:now))
Click Submit to save the configuration.
After configuring the Kibana URL in DuploCloud, you can access Kibana Audit data directly from the DuploCloud Portal:
Navigate to Administrator -> Observability -> Audit.

