-
Notifications
You must be signed in to change notification settings - Fork 16
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
interface conversion: interface {} is []string, not string #144
Comments
Hi, Can you provide me the exact json payload generated by Falco? Did you customize the rule to change the tags or used output fields? |
Hi @Issif, I am not quite sure what you meant by the Please, let me know if this is not what you meant. |
This is exactly what I wanted, thanks a lot, it will allow me to try to reproduce. Thanks |
…character and conversion error for the groupby Signed-off-by: Thomas Labarussias <[email protected]>
…character and conversion error for the groupby Signed-off-by: Thomas Labarussias <[email protected]>
The PR #145 fixes that issue, it will be included in the next release. The ETA is before summer. |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@Issif would it be possible to have a new version this Fall? |
Describe the bug
We are getting the
interface conversion: interface {} is []string, not string
error in our logs.How to reproduce it
Install the Falco Helm chart with Falcosidekick (using version
4.3.0
, which corresponds to app version0.37.1
). Have the UI open at theEvents
section withrefresh
on (I put it at the default of10s
). Then create an event (I opened a shell in one of the running pods to cause theTerminal shell in container
alert). You will notice theinterface conversion: interface {} is []string, not string
in the logs.Expected behaviour
No
interface conversion: interface {} is []string, not string
error.Screenshots
Environment
0.37.1
Linux version 5.15.148.2-2.cm2 (root@CBL-Mariner) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37) UI updates #1 SMP Fri Feb 23 23:44:30 UTC 2024
AKS
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.15.10
PRETTY_NAME="Alpine Linux v3.15"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
/app $
Linux falco-falcosidekick-ui-5f89b8bc9d-zn869 5.15.148.2-2.cm2 UI updates #1 SMP Fri Feb 23 23:44:30 UTC 2024 x86_64 Linux
Kubernetes
Additional context
I am not quite sure where this is coming from. Could it possibly be from the string conversion in the
CountKeyBy
function:The text was updated successfully, but these errors were encountered: