amazon-cloudwatch-logs-for-fluent-bit
                                
                                
                                
                                    amazon-cloudwatch-logs-for-fluent-bit copied to clipboard
                            
                            
                            
                        A Fluent Bit output plugin for CloudWatch Logs
## Describe the question/issue Record accessors with hyphens or dashes not working in cloudwatch_logs output plugin ## Configuration ``` [OUTPUT] Name cloudwatch_logs Match * region ap-northeast-1 log_group_name /eks/test log_group_template /eks/$(kubernetes['namespace_name'])/$(kubernetes['container_name'])...
*In plugin versions `1.9.1` and earlier, this plugin incorrectly returned an unrecoverable failure for log group creation or log retention policy API failures. This will be fixed in 1.9.2+.* Because...
Hi, We would like to tag the cloudwatch loggroups that are created with fluentbit. Looking back there is suggestions that you could use 'log_group_tags:' (https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit/issues/51) but this isnt in the...
I am using `cloudwatch_logs` for my EKS cluster which hosts a Tomcat webapp. As per [this](https://docs.fluentbit.io/manual/pipeline/outputs/cloudwatch), I don't see any option to have the multiline parser. Wanted to know how...
Hello, I have a k8s cluster on Azure and I would like to push container logs to Cloudwatch on AWS. I configured my output like this ``` [OUTPUT] Name cloudwatch_logs...
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...
Perhaps this output plugin should not ignore the log_level setting?
The feature of field indexes was announced several months ago - https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-cloudwatch-logs-field-indexes-log-group-selection-log-insights/ It would be good idea to support this configuration for log groups managed by cloudwatch container insights agent...
*Issue #, if available:* N/A *Description of changes:* This PR adds support for the LogGroupClass feature, which allows users to specify the storage class (STANDARD or INFREQUENT_ACCESS) for their CloudWatch...