Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Lightsail website logging

I am currently using an AWS Lightsail with a Bitnami image to host a website for searching donors. I would like to enable logging of the IP addresses of users that use the website. I am not sure how to connect to existing AWS services like Cloudwatch to log these accesses, however. Is there a way to integrate the logs or will I need to manually read the server logs via ssh from the Lightsail instance itself?

like image 895
georgetheevilman Avatar asked Aug 10 '26 07:08

georgetheevilman


1 Answers

I would say you would have to manually read it from application logs. This is not available via cloudwatch.

like image 129
diham Avatar answered Aug 13 '26 06:08

diham