vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
884 stars 252 forks source link

Easier Elasticsearch Indexing #56

Closed f0 closed 6 years ago

f0 commented 6 years ago

Currently the sink output looks like this:

I0316 18:06:16.068912 7 glogsink.go:42] {"verb":"UPDATED","event":{"metadata":{"name":"curator-1521158460-pn977.151c3d919e2cc527","namespace":"es-extern",....

is there a way to remove the `I0316 18:06:16.068912 7 glogsink.go:42] from the logline , this would make the indexing in Elasticsearch much easier

pieterlange commented 6 years ago

use the stdout sink.

f0 commented 6 years ago

@pieterlange thx