I am trying to filter messages with log level, For Ex: In the search bar if I type : “error” it actually filters\searches from the message body too but am looking to filter messages by log level “error” “warn” “info”.
Please let me know if am missing something.
Hello,
You looking for something like this?
https://docs.graylog.org/en/4.0/pages/searching/query_language.html
Go by fields instead of doing a global search. Hope that helps