Anand Nayak
Anand Nayak
@[diversit](https://github.com/diversit) I am having same issue , We use AWS openseach(ES) version 6.8 , I don't see a options mentioned in https://github.com/opsgenie/kubernetes-event-exporter/issues/178#issuecomment-1029135988
``` {"level":"error","time":"2022-03-27T09:38:26Z","caller":"/app/pkg/sinks/elasticsearch.go:144","message":"Indexing failed: {\"error\":{\"root_cause\":[{\"type\":\"mapper_parsing_exception\",\"reason\":\"object mapping for [involvedObject.labels.app] tried to parse field [app] as object, but found a concrete value\"}],\"type\":\"mapper_parsing_exception\",\"reason\":\"object mapping for [involvedObject.labels.app] tried to parse field [app] as object, but...
@applike-ss Do you have built image?
@applike-ss Thanks for the PR which solved my issue.
@xmcqueen Is it working for you. I built image from this PR , still i see empty string clustername. below is my configuration ``` config.yaml: | logLevel: debug logFormat: json...
> Yes its in very heavy usage over here. It works great. I wonder if the problem is your use of `ClusterName` in the yaml instead of `clusterName`. > >...
Looks like issue is with keyboard interactive auth, tracked under https://github.com/golang/go/issues/32108
So almost 4hour istio-csr was not serving any request . Manual rolling restart of deployment solved the issue.
After rolling restart new errror messages started to come ``` k logs -n istio-system cert-manager-istio-csr-5858ff84b-hpvwd 2022-03-25T06:53:56.765755Z info klog "msg"="-----------------------------------------------------------------" 2022-03-25T06:53:56.765787Z info klog "msg"="Using root CAs from file: /var/run/secrets/istio-csr/tls.crt" 2022-03-25T06:53:56.765799Z info...
istio-csr version is --> 0.3.0 kubernetes version --> v1.19.13-eks-8df270 This suggests that your etcd is under resourced. Are their other system components experiencing the same errors? What are the logs...