2

I'm using Nginx Ingress Controller on GKE and I want to send its logs to Stackdriver with the following format https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#HttpRequest. At the moment it’s just sending the plain text payload. Has anyone done this?

john
  • 151
  • 5

1 Answers1

2

The problem is solved following this guide https://dev.to/bzon/send-gke-nginx-ingress-controller-logs-to-stackdriver-2ih4

john
  • 151
  • 5