I'm a bit lost with a search query in Sumologic. I need to get logs where _sourceHost
contains production
In case of SQL it looked like this
WHERE app="my-app" AND _sourceHost LIKE "%production%"
Does somebody knows if it's possible in Sumologic?