Hello! We're running Prefect version 1.4.1 in Kube...
# ask-community
h
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
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
Thanks @Christopher Boyd What do you mean by API pod? We have these prefect-related pods:
c
I’d need to check for v1 - but I’d expect it to be Apollo