Hi @NageshRaja,we are using GH Actions for deployment to RDE, here is an example pipeline.name: AEM Deploy To RDE
on:
workflow_dispatch:
env:
CM_PROGRAM_ID: _YOUR_VALUE_HERE
CM_ORG_ID: _YOUR_VALUE_HERE@AdobeOrg
CM_ENVIRONMENT_ID: _YOUR_VALUE_HERE
jobs:
build:
name: Deploy Selecte...
Hi @aanchal-sikka,thanks, option 1 is what I am looking for, but I would like to log more events for pages and replication. Also, ideally, forward those logs to Splunk so the team can use them for analysis. BR,Daniel
Hi @B_Sravan,thanks for the detailed response. I found the Day CQ DAM Event Recorder Service Config, but is there a similar Service to enable Page and Replication events?Also, will the audit logs get forwarded to Splunk with the existing Log Forwarding configuration, or are some additional steps req...
I am looking for documentation on how to properly configure audit logs for creating, updating, moving, publishing, unpublish, and deleting operations on assets and pages. All I can find is documentation on how to set up Maintenance/Audit Log Cleanup tasks in AEMaaCS. Can anyone refer me to the appro...
Hi @CarlosPeJ,sorry that I don't have a direct answer to your problem, but I was wondering why are you building a custom solution for something that can be done OOTB with AEM Sites?In case you want to learn more, have a look at my demo: https://meticulous.digital/blog/f/a-true-enterprise-jamstack-cm...
Hi @bhavigoyal,I don't see anything wrong with your code example. Sometimes when facing such weird issues it is best to try another option and compare the results.If you have checked all the other options my colleagues suggested, then I suggest you try using a simple POST request to the OTTB POST Se...
Agreed, please see the previous post on the same topic: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/what-is-the-idea-way-to-bring-content-from-publish-to-author-in/m-p/715773 Good luck,Daniel
Hi @fionas76543059,it is best practice to have a high TTL for JS and CSS files so they can be cached long in CDN.<Location ~ ".*.lc-.*-lc.(min.)?(js|css)$">
# Important - Cache control is set to immutable by AEM
Header unset Cache-Control
Header always set Cache-Control: max-...