amazon-cloudwatch-agent
amazon-cloudwatch-agent copied to clipboard
CloudWatch Agent enables you to collect and export host-level metrics and logs on instances running Linux or Windows server.
# Description of the issue Drop support for ADOT Collector # License By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
# Description of the issue [todo] https://github.com/aws/amazon-cloudwatch-agent/issues/554 # Description of changes When the same retention is set multiple times for a log group, retention will be set as long as...
Disclaimer and apologies: this might either be a feature or bug or a weird case of misconfiguration on my part. **Is your feature request related to a problem? Please describe.**...
**Is your feature request related to a problem? Please describe.** cloudwatch-agent does not run in a confined domain a CIS2 compliance requirement **Describe the solution you'd like** For it to...
**Describe the bug** I was building an rpm for the Cloudwatch Agent, using the spec from the srpm in Amazon Linux 2, and found that the spec file is setting...
**Is your feature request related to a problem? Please describe.** For a Fargate task, the CW Agent for Prometheus emits `instance` to be the VPC IP address (plus port) of...
**Describe the bug** CWA allows "retention_in_days" to be set for each item in the "collect_list". Example: ``` . . . "logs_collected": { "files": { "collect_list": [ { "file_path": "/tmp/foo", "log_group_name":...
**Describe the bug** Taken from https://github.com/aws/amazon-cloudwatch-agent/runs/7796034979?check_suite_focus=true ``` 2022/08/11 21:32:50 D! Successfully created credential sessions 2022/08/11 21:36:51 E! Failed to get credential from session: NoCredentialProviders: no valid providers in chain caused...
**Describe the bug** ``` null_resource.integration_test (remote-exec): cwl_util.go:62: Error occurred while getting log events: operation error CloudWatch Logs: GetLogEvents, https response error StatusCode: 400, RequestID: 9068b214-19ed-4ee9-beea-951cc1cdf4b7, ResourceNotFoundException: The specified log group...
**Is your feature request related to a problem? Please describe.** We'd use Ansible win_package module (https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_package_module.html) to manage CloudWatch Agent on Windows servers. Sepcifically to be able to check the...