I have a client using AEMaaCS and Splunk that would like to auto forward the raw web server log files to an Azure Blob container on a daily basis. Specifically it is this log format:
Apache HTTPD Web Server Access Logs
Is this possible and if so how?
Thank you
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
You could take advantage of the CloudManager API or CloudManager CLI to download the logs and then transfer them to your Azure blob. This can be an independent process from AEM. You could leverage App Builder, another serverless service, or any other type of architecture you prefer. With the ability to access the logs, you should be able to use them as needed.
Some resources that may be useful:
https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/expert-resources/c...
https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/Environments/operation...
Hope this helps
Views
Replies
Total Likes
Hi,
You could take advantage of the CloudManager API or CloudManager CLI to download the logs and then transfer them to your Azure blob. This can be an independent process from AEM. You could leverage App Builder, another serverless service, or any other type of architecture you prefer. With the ability to access the logs, you should be able to use them as needed.
Some resources that may be useful:
https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/expert-resources/c...
https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/Environments/operation...
Hope this helps
Views
Replies
Total Likes
Thanks a lot Esteban, I will investigate these options.
Views
Replies
Total Likes
Views
Likes
Replies