In SumoLogic, is it possible to search on only text at the beginning of the log line?
For example, I'd like to match:
error : omg, something is on fire!
but not:
warning : smoke detected! probably just bob burning the popcorn-- no error :)
I've tried ^error:
and parse "^error:"
, but neither seems to match.