We wanted the same but never got it working. We gave up, introduced our own fluentd k8s/deployment and ship specific application logs to our Elasticsearch(kibana) running @ Elastic Cloud. Stackdriver Logging will get better but we found it insufficient for our most important operational logs.
On Wednesday, 29 March 2017 10:48:14 UTC+1, Vinoth Narasimhan wrote: > We are running kubernets in GKE and using stackDriver for logging and > mointoring. > > > My log format as below. > > > [2017-03-29T06:30:11.011Z] [CTIConnection$ProcessIncomingPacketTask] > [Conn-3-InPackProcessPool-50] [600] [INFO ] Error executing request - ID: 45 > SessionID: > Connection failed.... > some error.... > ... > ... > ... > ... > ... > ... > > > <Fluentd process those logs and send to stackdriver as each line as a > separate messages. Instead is there a way to append all those stacktrace as a > single message and send to stackdriver> > > > [2017-03-29T06:30:11.011Z] [CTIConnection$ProcessIncomingPacketTask] > [Conn-3-InPackProcessPool-50] [600] [ERROR] ID: 46 -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
