Expand my Community achievements bar.

SOLVED

Forward Apache HTTPD Web Server Access Logs to Azure blob on AEMaaCS

Avatar

Level 1

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

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...

 

Is this possible and if so how?

Thank you

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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



Esteban Bustamante

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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



Esteban Bustamante

Avatar

Level 1

Thanks a lot Esteban, I will investigate these options.