We have GKE for our 5 environments and also we are using Google Elastic Cloud(Managed service) this have only two component ElasticSearch and Kibana.
Best way to push GKE logs , if any body implement this the please guide me on this.
I have two thoughts
Create Log stash instance in every environment so GKE will send log to this instance from there it will send to Google elastic cloud. ( But what will be pros and cons here ? )
GKE logs directly to Managed Elastic Cloud ( But what will be pros and cons here ? )
If anybody has done similar implementation , please guide me on this.
Thanks