Hi, I have set up a webhook and a loki receiver to export events to loki, but neither is working.
I'm running Loki in single binary mode.
The error is as follows.
{"level":"error","name":"loki-webhook","time":"2023-09-02T03:05:46Z","message":"There is no channel"}
{"level":"error","name":"loki","time":"2023-09-02T03:05:46Z","message":"There is no channel"}
Hi, I have set up a
webhook
and aloki
receiver to export events to loki, but neither is working. I'm running Loki insingle binary
mode.The error is as follows.
Here is my settings.
kubernetes-event-exporter
ghcr.io/resmoio/kubernetes-event-exporter:v1.4
docker.io/bitnami/kubernetes-event-exporter:1.4.0-debian-11-r14
bitnami/kubernetes-event-exporter
image: registry: ghcr.io repository: resmoio/kubernetes-event-exporter tag: v1.4
serviceAccount:
Specifies whether a service account should be created
create: true
Annotations to add to the service account
annotations: {}
The name of the service account to use.
If not set and create is true, a name is generated using the fullname template
name: ""
service: type: ClusterIP port: 2112
Override the deployment namespace
namespaceOverride: "ns-observability"
config: logLevel: debug logFormat: json maxEventAgeSeconds: 60 kubeQPS: 100 kubeBurst: 500 route: routes:
- receiver: "dump"
- name: "dump"
stdout: {}
rbac:
If true, create & use RBAC resources
create: true
resources:
We usually recommend not to specify default resources and to leave this as a conscious
choice for the user. This also increases chances charts run on environments with little
resources, such as Minikube. If you do want to specify resources, uncomment the following
lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi
nodeSelector: nodegroup: ng-cluster
loki service