-
Notifications
You must be signed in to change notification settings - Fork 78
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
new(anomalydetection): Initial Scope - CountMinSketch Powered Probabilistic Counting and Filtering #419
Open
incertum
wants to merge
17
commits into
falcosecurity:main
Choose a base branch
from
incertum:anomaly-detection-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poiana
added
do-not-merge/work-in-progress
kind/design
dco-signoff: yes
kind/feature
New feature or request
area/plugins
labels
Feb 27, 2024
This was referenced Feb 27, 2024
Open
incertum
force-pushed
the
anomaly-detection-1
branch
2 times, most recently
from
June 10, 2024 04:52
c72e9de
to
f5bb677
Compare
incertum
commented
Jun 10, 2024
incertum
force-pushed
the
anomaly-detection-1
branch
3 times, most recently
from
June 13, 2024 04:39
fdd5401
to
09a1864
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
June 21, 2024 02:50
09a1864
to
504b497
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
June 21, 2024 04:33
504b497
to
78a8cec
Compare
incertum
commented
Jul 10, 2024
incertum
force-pushed
the
anomaly-detection-1
branch
from
July 14, 2024 23:28
e60b6c9
to
6d18a5b
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
July 25, 2024 00:54
6d18a5b
to
fe81d72
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
August 15, 2024 06:01
a59e689
to
ad444b7
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
August 21, 2024 06:20
0e0ac70
to
6ca5a6d
Compare
Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Jason Dellaluce <[email protected]>
Signed-off-by: Jason Dellaluce <[email protected]>
…cks 1/n Signed-off-by: Melissa Kilby <[email protected]>
…ts + start fd related filterchecks 2/n Signed-off-by: Melissa Kilby <[email protected]>
… filterchecks 3/n Signed-off-by: Melissa Kilby <[email protected]>
…hes data structures Signed-off-by: Melissa Kilby <[email protected]>
…fields options Signed-off-by: Melissa Kilby <[email protected]>
…n cases of missing fd table entry Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
…ly.falco.duration_ns Signed-off-by: Melissa Kilby <[email protected]>
incertum
force-pushed
the
anomaly-detection-1
branch
from
August 21, 2024 22:49
6ca5a6d
to
53ce003
Compare
incertum
force-pushed
the
anomaly-detection-1
branch
from
August 21, 2024 22:50
53ce003
to
3ce1d44
Compare
Signed-off-by: Melissa Kilby <[email protected]>
…+ better comments/docs clarity Signed-off-by: Melissa Kilby <[email protected]>
incertum
changed the title
wip: new(anomalydetection): Initial Scope - CountMinSketch Powered Probabilistic Counting and Filtering
new(anomalydetection): Initial Scope - CountMinSketch Powered Probabilistic Counting and Filtering
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind design
/kind feature
Any specific area of the project related to this PR?
/area plugins
What this PR does / why we need it:
Introduce a new
anomalydetection
plugin, as outlined in the Proposal.Which issue(s) this PR fixes:
Fixes falcosecurity/falco#3117
falcosecurity/falco#3117
Fixes #
Special notes for your reviewer:
Sharing some hopefully useful notes:
For this first version, I am primarily concerned about performance and stability (no segfaults). I would truly appreciate a very critical review in this regard. Thanks a bunch in advance!