Sylvain Afchain
Sylvain Afchain
https://github.com/skydive-project/skydive/blob/master/statics/schemas/edge.schema#L33 We can import topology with NSM edges because the NSM probe doesn't provide the required `RelationType` field for edges.
It can be useful and more or less required for ping mesh so that for the very beginning of the life of a container or a VM we can get...
This could be done like for the `sleep` function https://github.com/skydive-project/skydive/blob/master/api/server/workflow_runtime.go#L62-L68
### What does this PR do? avoid storm of event between kprobe selection and policy node apply ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how...
### What does this PR do? Refactor the module tester and the module package so that we can capture on the test side the event send to the API server....
### What does this PR do? Change the rulseset_loaded event in order to add the reason of a rule loading failure and a message explaining the error. It also add...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist - [ ] If...
### What does this PR do? This PR fixes discovery of parent discarders when there are a mix of rules with `.file.path` and `.file.name`. Example ``` rule1 : open.file.path =~...