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

This commit is contained in:
Tom Smallridge
2026-02-05 14:33:30 +09:00
parent 08380c784c
commit 2180ef882e

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>