1

Is there a way to list log streams in each of the aws log groups? I need to get the lists of all log streams in every log group and check the Last event time for cleanup purposes.

Best Regards, Ell

1 Answer 1

1

Yes, you can use describe-log-streams.

For example: aws logs describe-log-streams --log-group-name my-logs

You can first use describe-log-groups to get a list of your log groups.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.