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
feita há 2 anos60 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas