How to explore CloudWatch logs on Grafana

Hi,
I’ve recently plugged my Grafana into my CloudWatch to aggregate all my logs and metrics into one place.
The connection went smoothly, but now I’m trying to find a way to explore my logs. I couldn’t find a way to go through them smoothly, and I’m not sure if it’s because of CloudWatch limits or that I’m not using the right tools.

For example, I have a keyword I want to search into my logs. This works fine with | filter @message like /keyword/. However, as soon as I start to get more context about the line, this gets complicated. How can I display lines before or after the line that matched my filter ? Is there a way to do it in Grafana ? I know there’s a way to do it in CloudWatch logs insight, event if it’s not super smooth.

Is it also possible to start log trailing within Grafana ?

Or am I asking for too complicated things and there’s just a limitation with how CloudWatch works ?

Thanks !