-
Notifications
You must be signed in to change notification settings - Fork 912
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
Frequent syscall event drops when falco runs as a binary #615
Comments
@devdua can you please tell us more about your deployment? Where is it running, how your What version of Falco are you running? I need a way to understand how to reproduce the issue you are reporting. That message was introduced by this PR #561 |
Also have this running in K8s, falco.yml below
|
Hi @zwicker , can you provide the following about your env?
|
related to #669 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Reopening this, we still want to fix |
/kind bug |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
up
L.
…On Tue, Oct 22, 2019 at 4:10 PM stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#615?email_source=notifications&email_token=AAA5J437ATO5QIGRHBH2WGDQP4CVNA5CNFSM4HOIF5L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB54GWI#issuecomment-544981849>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5J46XR7U2HJZGCI34MSTQP4CVNANCNFSM4HOIF5LQ>
.
|
We are experiencing the same thing as well. Here is how our environment looks:
It's the latest stable release of falco deployed via helm chart on EKS v1.13 |
Can you test it out with falco 0.18.0 ? It was a big release and we had a lot of performance and stability improvements in it. @heydonovan /triage needs-information |
Hi @fntlnz I can close this issue for the moment as the project I was working on has been shelved for now. Thanks for the support! |
@fntlnz When do you predict a helm stable/falco release for 0.18.0? |
Hi there, Using the tagged update: 0.18.0 with the helm charts from 0.17.1 I still see the following in the logs: 03:43:37.355343721: Critical Falco internal: syscall event drop. 1 system calls dropped in last second. (ebpf_enabled=0 n_drops=1 n_drops_buffer=0 n_drops_bug=0 n_drops_pf=1 n_evts=22642) |
Falco has been generating the below alerts frequently now, I wish to understand what can be done to reduce syscall drops? Is there an ideal way/configuration that I have to consider?
I am running falco as a binary right now.
The text was updated successfully, but these errors were encountered: