FilterLogEventsRequest java sdk

0

I'm using the java sdk to filter cloudwatch logs

FilterLogEventsRequest filterLogEventsRequest = FilterLogEventsRequest.builder() .logGroupName(logGroupName) .startTime(startTime) .endTime(endTime) .filterPattern() .build();

But i cannot get the correct format for the filter pattern since i'm trying to filter logs with urls such as http://someurl/someParameters/someOther and i would like to get all those message that contains /someParameters/someOther for instance

Thanks in advance

Jbazzo
asked 2 years ago58 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions