https://prefect.io logo
Title
h

Heather

02/01/2023, 1:50 PM
Hello! We're running Prefect version 1.4.1 in Kubernetes within AWS We want to be able to see the source/client IPs of requests made to Prefect services The Prefect UI pod's nginx.conf file seems to point to
/var/log/nginx/access.log
However, when I
tail
this file, it appears to be empty? Any idea how we can get these audit logs? Thanks!
c

Christopher Boyd

02/01/2023, 2:24 PM
the UI would be for web server, the API is a separate service
you would need to look at the logs on the API pod to see GET / POST requests
h

Heather

02/01/2023, 3:46 PM
Thanks @Christopher Boyd What do you mean by API pod? We have these prefect-related pods:
c

Christopher Boyd

02/01/2023, 3:48 PM
I’d need to check for v1 - but I’d expect it to be Apollo