Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank charts in falcosidekick-ui but falco is working #477

Closed
Anthares101 opened this issue Apr 4, 2023 · 1 comment
Closed

Blank charts in falcosidekick-ui but falco is working #477

Anthares101 opened this issue Apr 4, 2023 · 1 comment
Labels
kind/bug Something isn't working

Comments

@Anthares101
Copy link

Describe the bug

The falcosidekick-ui is showing blank charts, I can see that in the top it is reporting the events though. Also, I can see that events are appearing in the Falco logs.

How to reproduce it

The installation command:

helm install falco falcosecurity/falco --namespace falco --create-na
mespace --values values.yaml

My values file:

driver:
  kind: ebpf

falcosidekick:
  enabled: true
  replicaCount: 1
  webui:
    enabled: true
    replicaCount: 1
    user: "REDACTED"
    ingress:
      enabled: true
      hosts:
      - host: falco.magi.lan
        paths:
        - path: /
      tls:
      - hosts:
        - falco.magi.lan

  config:
    customfields: "cluster:MAGI"

tolerations:
- effect: NoSchedule
  key: node-role.kubernetes.io/master
- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
- key: CriticalAddonsOnly
  operator: Exists
  effect: NoSchedule

Expected behaviour

The UI charts should be populated with falco events.

Screenshots

image
image

Environment

  • Falco version:
    Falco version: 0.34.1 (aarch64)
  • System info:
{
  "machine": "aarch64",
  "nodename": "falco-6s564",
  "release": "6.1.19-v8+",
  "sysname": "Linux",
  "version": "#1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023"
}
  • Cloud provider or hardware configuration:
    3 nodes K3S cluster, the nodes are raspberry pi 4 b with 4GB of RAM each.
  • OS:
    Debian GNU/Linux 11 (raspbian bullseye)
  • Kernel:
    Linux 6.1.19-v8+ #1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023 aarch64 GNU/Linux
  • Installation method:
    Falco Helm chart
@Anthares101 Anthares101 added the kind/bug Something isn't working label Apr 4, 2023
@Anthares101
Copy link
Author

I think Im gonna move this to the falcosidekick-ui repository: falcosecurity/falcosidekick-ui#95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant