I have simple log data and I use event types to classify them based on their _raw content: event type loglevel_error, search string "[ERROR] OR CRITICAL", color red event type loglevel_warning, search string "[WARN] OR [WARNING]", color orange The event type is added correctly when my dashboard uses inline searches, but not when i use a base search. As a workaround I have included my event type search strings in my base search with searchmatch. However I no longer have the color coding associated with event types when I display my logs.
... View more