mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-04-01 14:52:31 -05:00
CONFSRVDEV-51213 add app monitoring enabled property to confluence cfg template
This commit is contained in:
@@ -73,5 +73,8 @@
|
|||||||
<property name="search.platform">opensearch</property>
|
<property name="search.platform">opensearch</property>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
{% if atl_product_version.split(".")[0] | int() >= 11 %}
|
||||||
|
<property name="confluence.app.error.monitoring.enabled">true</property>
|
||||||
|
{% endif %}
|
||||||
</properties>
|
</properties>
|
||||||
</confluence-configuration>
|
</confluence-configuration>
|
||||||
Reference in New Issue
Block a user