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
preguntada hace 2 años60 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas