Hi Hugh, You can monitor logs by integrating your cloud service with Splunk[1] To monitor your system health New Relic will do a wonderful job. Regards,Peter [1] https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/logging.html?lang=en#enabling-spl...
Hi Andrea, Just tried with 6.5.10 here, works. Looks like a config got missed somehow, please update config's as per docs and restart your instances again. Upload a file on primary and see if anything populates in logs.Regards,Peter
Hi Stefan, Have a look at https://github.com/headwirecom/aem-solr-search achieves your ask pretty much with components it has. Requires SOLR (which is not too bad through).Regards,Peter
Hi Ramesh, AEM has all the functionality needed to achieve this & more. Have a look at brilliant documents created on Adobe Docs: https://helpx.adobe.com/experience-manager/using/twofactor64.html Regards,Peter
Specify wait and keep retrying for a number of rounds till you either run out of maximum number of retries or get a COMPLETED status from the Workflow API.
Dear Ravi, You can invoke Workflow API getStatus[1] to get the status of your workflow. [1] https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/javadoc/com/adobe/granite/workflow/exec/Workflow.html#getState-- You can then write Java code to check for the statu...