Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Filtering by message headers in Kafka UI #4481

Answered by Haarolean
mekkanizer asked this question in Q&A
Discussion options

Hello, I know I can add multiple k/v filters when browsing topic messages, like so

def systemid = value.SystemId
def msg = value.Message
systemid == "5670" && msg == "Unauthorized"

Would it be possible to do the same thing to filter by message headers?
Example: I want header with key commandName to have certain value or value_s_ ("Create", "Change", "Cancel")

You must be logged in to vote

hi, this repo is not maintained (#4255), and besides, smart filters are quite broken in this repo :)
Feel free to switch to https://github.com/kafbat/kafka-ui where we (the original team) have replaced groovy filters with CEL syntax (headers are supported)

Replies: 1 comment

Comment options

hi, this repo is not maintained (#4255), and besides, smart filters are quite broken in this repo :)
Feel free to switch to https://github.com/kafbat/kafka-ui where we (the original team) have replaced groovy filters with CEL syntax (headers are supported)

You must be logged in to vote
0 replies
Answer selected by mekkanizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /