resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
753 stars 149 forks source link

Unable to use elastic search to push events logs #156

Open Lokeshmaxi opened 7 months ago

Lokeshmaxi commented 7 months ago

I have deployed event-exporter in my cluster,i want to push event logs to elastic search , i have tried config-example from the repo, it is running but how to configure which index it needs to push , because i have using multiple index running on the elastic search,please note i have already configured index format, kindly help

Lokeshmaxi commented 7 months ago

Hi Any update on this?

christopherime commented 5 months ago

We just did that yesterday without any issue. Although, we have not created the index schema beforehand just define the index in kubernetes-event-exporter and then elastic create the index by himself.

LHozzan commented 4 months ago

Hi there.

Is it possible to share your configuration? See you any errors / warnings / anomalies in KubeEventExporter or ElasticSearch logs?

We using the component with OpenSearch, which is pretty similar, or maybe same, like your setup.