- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 03:18 AM - edited ‎03-25-2025 03:26 AM
Hi, we have been using Alfresco Community Version 5.0 for a long time. Recently, we decided to upgrade Alfresco, and we tried community version 23.2.
When we read the documentation about heartbeat feature: https://docs.alfresco.com/content-services/latest/admin/#heartbeat-feature. We would like to know how to disable heartbeat feature. We want to use the Community Version without sharing any data. I've followed the document to contact support@alfresco.com, but we haven't yet received any response.
Could you please give us some help? Thank you!
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 04:38 PM
The Community documentation is here Disable the Heartbeat
Add to alfresco-global.properties:
heartbeat.enabled=false
Or add to JAVA_OPTS
-Dheartbeat.enabled=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 04:38 PM
The Community documentation is here Disable the Heartbeat
Add to alfresco-global.properties:
heartbeat.enabled=false
Or add to JAVA_OPTS
-Dheartbeat.enabled=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 09:41 PM
Thank you for your reply!
I was not reading the Community documentation, thank you for pointing me to the right documentation.
