resmoio / kubernetes-event-exporter

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

Not all Events Pushed #64

Open allahshukur-ahmadzada opened 1 year ago

allahshukur-ahmadzada commented 1 year ago

We have metricbeat which sends events to opensearch and we are trying to replace it with your product but we see that metricbeat always has more events logged than event-exporter. For example deployment has 3 pods we restart it and each pod pulls image but I see from debug logs that event exporter reports only one to opensearch. doing kubectl get events also shows events for each pod

allahshukur-ahmadzada commented 1 year ago

I see it is related to following issue https://github.com/resmoio/kubernetes-event-exporter/issues/51