fluent / fluent-bit-kubernetes-logging

Fluent Bit Kubernetes Daemonset
Apache License 2.0
468 stars 248 forks source link

Anyone using this one to send over to cloudwatch? #85

Closed shinebayar-g closed 3 years ago

shinebayar-g commented 3 years ago

Anyone using this one to send over to cloudwatch? Please show us the example.

shinebayar-g commented 3 years ago

I've got it working. Using this config, instead of output-elasticsearch.conf , I'm using following.

output-cloudwatch.conf: |
    [OUTPUT]
        Name                cloudwatch_logs
        Match               *
        region              us-east-1
        log_group_name      /aws/eks/eks-cluster-1234/containers
        log_stream_prefix   from-fluent-bit
        auto_create_group   On