aws / aws/amazon-cloudwatch-agent-operator
Is it possible to change the retention settings for /aws/containerinsights/cluster-X/performance log groups
- Dominant language
- Go
- Stars
- 31
- Forks
- 40
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 3
Description
version: `v2.1.1-eksbuild.1`
add-on for eks: `amazon-cloudwatch-observability`
Is it possible to change the retention setting for performance logs using the add-on's configuration values?
I was able to change the retention for application, dataplane, and host logs using `log_retention_days`,
for example - application logs:
```
containerLogs:
fluentBit:
config:
extraFiles:
application-log.conf:
[OUTPUT]
Name cloudwatch_logs
Match application.*
region $${AWS_REGION}
log_group_name /aws/containerinsights/$${CLUSTER_NAME}/application
log_stream_prefix $${HOST_NAME}-
auto_create_group true
log_retention_days 90
extra_user_agent container-insights
```
Contributor guide
Assessment
This issue has not been assessed yet.