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

Network metrics: Include/Exclude filters do not seem to work #794

Open
mariomac opened this issue Apr 30, 2024 · 0 comments
Open

Network metrics: Include/Exclude filters do not seem to work #794

mariomac opened this issue Apr 30, 2024 · 0 comments

Comments

@mariomac
Copy link
Contributor

mariomac commented Apr 30, 2024

A configuration like this:

exclude_interfaces:
    - ens5
    - lo
    - tunl0
    - /^docker/
    - /^cali/

BEYLA_NETWORK_DEDUPER=none

The reported iface is "unknown" and even if the selected direction is ingress, the flows are egress:
image

Attached logs:
n.log

Cluster info:

{
  "clientVersion": {
    "major": "1",
    "minor": "27",
    "gitVersion": "v1.27.6",
    "gitCommit": "741c8db18a52787d734cbe4795f0b4ad860906d6",
    "gitTreeState": "clean",
    "buildDate": "2023-09-13T09:21:34Z",
    "goVersion": "go1.20.8",
    "compiler": "gc",
    "platform": "linux/amd64"
  },
  "kustomizeVersion": "v5.0.1",
  "serverVersion": {
    "major": "1",
    "minor": "27",
    "gitVersion": "v1.27.6",
    "gitCommit": "741c8db18a52787d734cbe4795f0b4ad860906d6",
    "gitTreeState": "clean",
    "buildDate": "2023-09-13T09:14:09Z",
    "goVersion": "go1.20.8",
    "compiler": "gc",
    "platform": "linux/amd64"
  }
}

CNI is Calico

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant