-
Really liking gonzo so far. Super quick question: when looking at some logs from Kubernetes, how do I filter by severity? I couldn't figure out what exactly to put in the search input for it to work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi @Tinche! Today when you hit the filter key "/" it will use regex to filter against the log body/message My regex foo is not that great but you could do something like |
Beta Was this translation helpful? Give feedback.
-
I think what's going on is this is a JSON format log so Gonzo picks up the "level" as an attribute - currently the filtering works on the "message" part but is not filtering across other attributes including the "level" here.... |
Beta Was this translation helpful? Give feedback.
-
@Tinche Let me know if you want to track an enhancement here to be able to filter on other attributes of a log message, specifically the level/severity in this case! |
Beta Was this translation helpful? Give feedback.
-
hi @Tinche we recently added filter by severity - you can try it by building from source and hitting "ctrl-f" from the main dashboard to bring up a modal ![]() |
Beta Was this translation helpful? Give feedback.
hi @Tinche we recently added filter by severity - you can try it by building from source and hitting "ctrl-f" from the main dashboard to bring up a modal