vmware-archive/kubewatch

Is elasticsearch is supported

Opened this issue · 7 comments

Is elasticsearch supported for k8s events?

any update on this.

Use logstash http input plugin, then point the webhook watcher config to that.

Then output to Elasticsearch

If we don't want to use logstash in that case?
or can we use metricbeat?

Last I checked, metricbeat doesn't accept inbound http requests

in this case we need to think direct send details to ES without using logstash.
But i check via metricbeat we can send all details like k8s events to ES
https://github.com/elastic/beats/blob/master/deploy/kubernetes/metricbeat-kubernetes.yaml

any plan for ES support?

  1. This repo has had no commits in over a year
  2. As mentioned, Elasticsearch does not natively accept webhooks; you'll need a proxy solution