Merged in CONFSRVDEV-51213-enable-app-monitoring (pull request #232)

CONFSRVDEV-51213 add app-monitoring plugin property to confluence cfg template

Approved-by: Tam Tran
This commit is contained in:
Tom Smallridge
2026-02-05 21:09:30 +00:00
committed by Tam Tran

View File

@@ -73,5 +73,8 @@
<property name="search.platform">opensearch</property>
{%- endif %}
{% if atl_product_version.split(".")[0] | int() >= 11 %}
<property name="confluence.app.error.monitoring.enabled">true</property>
{% endif %}
</properties>
</confluence-configuration>