André Bauer
André Bauer
True, sorry. I thought as he started to work on it initialy he had the permissions too :)
Not sure if it should be the default. Maybe add both ways? OCI of prometheus-consul-exporter is still broken.
Sorry, not workin at kiwigrid anmyore so i can't release it. But imho it's also not used anymore so you might want to fork...
Seems elasticsearch is not reachable.
Would you mind to create an PR with a fix?
https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image
https://github.com/monotek/fluentd-elasticsearch
Why don´t you just disable the alert if you don't need it? https://github.com/kokuwaio/helm-charts/blob/main/charts/fluentd-elasticsearch/values.yaml#L314-L325
Just overwrite it in your values.yaml ``` prometheusRule: enabled: true prometheusNamespace: monitoring rules: - alert: FluentdNodeDown expr: up{job="{{ include "fluentd-elasticsearch.metricsServiceName" . }}"} == 0 for: 10m labels: service: fluentd severity:...
The alarm is copiedf from: https://github.com/fluent/fluent-plugin-prometheus/blob/master/misc/prometheus_alerts.yaml#L49-L59 Imho it just means "hey, you get unusal more logs as normaly". But i guess it's the best to ask in the repo mentioned...