Open sunilmchaudhari opened 5 years ago
Hi friend, tried with:
input { cloudwatch_logs { *log_group => "/aws/lambda/abcd-api-property-"** log_group_prefix => true } }
or
input { cloudwatch_logs { log_group => "/aws/lambda/abcd-api-property-" log_group_prefix => true } }
You tell me how are you.
Hi, I am trying to read all the log_groups starts with "abcd-api-property-"
###########Configuration Working####### cloudwatch_logs { type=>"cloudwatch_logs"
############### Not Working COnfiguration #################
Above config gives AccessDenied Exception.
Any suggestion?