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
it looks like this plugin is not verifying the existance of cloudwatch loggroup. This plugin should first verify the presence of loggroup. if loggroup does not exist then it should call the createloggroup api.
@piotrgo i know it has feature to auto create group. ideally it should first check the presence of loggroup. if loggroup does not exist then it should call createloggroup api. Based on fluentbit log i have found that fluentbit is not checking the presence of loggroup. it directly call the createloggroup api even if loggroup is already exist.
Description of issue:
it looks like this plugin is not verifying the existance of cloudwatch loggroup. This plugin should first verify the presence of loggroup. if loggroup does not exist then it should call the createloggroup api.
amazon-cloudwatch-logs-for-fluent-bit/cloudwatch/cloudwatch.go
Line 69 in 7b8dae0
time="2023-09-15T11:25:35Z" level=info msg="[cloudwatch 0] Log group /aws/eks/test already exists\n"
The text was updated successfully, but these errors were encountered: