opsgenie/kubernetes-event-exporter

events doesnot export to aws Elasticsearch

PriyankaSh12 opened this issue · 1 comments

I am using event exporter to export to AWS Elasticsearch. The configmap require username and password. To authenticate we used role associated with the service account and restricted the access to the role in ES. But the events are only visible if we allow full access to the ES. If anyone knows how to export events with other authentications(other than username,password) kindly provide some ideas.

I am currently facing this same issue.