-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Search with groovy fails #4437
Comments
Hello there HStoyanov-augglobal! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
Hey, this repo is not maintained (#4255), but we've replaced groovy with CEL (and fixed the related CVE) here: https://github.com/kafbat/kafka-ui . I'll be glad to answer your questions there if any. |
@HStoyanov-augglobal You can set the configuration property "filtering.groovy.enabled" to true to re-enable groovy filtering. |
mate can you give more info where we have to set it as i dont see this option on any of the chart values.yaml or documentations about this option |
@oxie just add it as an environmental var set to true and restart the application. Here's the commit where they added it, haven't found other documentation about it: 3dc4446#diff-bee1096f3c435f4f12a5bdda31ce9a16bdd2aa9463c3ad8e11ad97fb968bbec5R48 |
yes seems this is the solution, please put it in the documentation:
|
@oxie and @MatthiasGabriel can you plz guide what is the equivalent env var name for setting this flag? is it |
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Even the simplest ones fail -
keyAsText != null
, as taken from actual example. It doesn't display errors, no progress is evident (i.e. messages being counted/consumed).When i hit the Submit button, the only things that changes on the page are:
DONE
message, it is displayed near the text showing how many messages were consumed, download size, timing. ThatDONE
message changes toPolling partitions: [0, 1, 2]
, then back toDONE
.Both changes happen for less than a second on topics of any size.
Expected behavior
When i add a new filter, it should be obvious that is doing the search - count messages being consumed, count download size...
Your installation details
83b5a60 v0.7.2
Steps to reproduce
Add Filters
buttonkeyAsText != null
(from example) or just about anything else whose results you can verifySubmit
button, behavior is the sameScreenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: