You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is a way to have the cloudwatch log stream within a log group rotate hourly?
For example, if i could define the log_stream_prefix to be service-%MM-%DD-%HH and have the log stream name contain the month, day, year?
The goal is I would like the cloudwatch log group to have a stream per hour.
Thanks.
The text was updated successfully, but these errors were encountered:
@andrei-cruceru We are tracking this feature request, however, there are many other high priority feature and ops items on our backlog as well. If you'd be willing to try to implement this, it'd be highly appreciated, and I think it shouldn't be too difficult, this plugin is in Go and the existing templating feature should make it easy to add more customization.
I was wondering if there is a way to have the cloudwatch log stream within a log group rotate hourly?
For example, if i could define the
log_stream_prefix
to beservice-%MM-%DD-%HH
and have the log stream name contain the month, day, year?The goal is I would like the cloudwatch log group to have a stream per hour.
Thanks.
The text was updated successfully, but these errors were encountered: