Hi @fionas76543059,I have the following rules set up in the <Directory /> for JS/CSS but also for other static content like video and images: <Location ~ ".+.lc-.+-lc.(min.)?(js|css)$">
# Important - Cache control is set to immutable by AEM
Header unset Cache-Control
Heade...
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...
Hi @B_Sravan,thanks, regarding the points you mentioned:Check URL Mappings: Those URLs map correctly to AEM, but the mapping is not reflected in the Dispatcher rules.Rewrite Rules: As we use Sling Mapping I don't see a point in mapping short to long URLs in two places, this is done in AEM with Sling...
Hi @B_Sravan,thanks for the hint, we are actually getting a large number of these warnings, but most of them are for URLs that are not valid and return 404. However, I found some examples that look completely fine and return 200.As we use Sling Mapping, we don't map the short incoming URL to the lon...
Hi,I was wondering what is the purpose behind the Dispatcher log alert "URI not canonical". I see a lot of those log entries every day for different URLs, some of them might be better optimized for SEO, but some also look completely fine to me, like:- https://www.example.com/es/products- https://www...
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...