json - How to input multiple log groups for cloudformation -
so have cloud formation stack, bit modified version of https://aws.amazon.com/blogs/aws/cloudwatch-logs-subscription-consumer-elasticsearch-kibana-dashboards/?adbsc=startups_20150803_50195176&adbid=628221613226332160&adbpl=tw&adbpr=168826960 stack aws. problem want stream multiple log groups es , kibana.
i thought logical solution change type: string type: commadelimitedlist :
"loggroupname": { "description": "the cloudwatch logs log group use source subscription feeds elasticsearch cluster", "type": "string", "default": "" },
but gives me error loggroupname type must string. why doesn't method work?
according aws, there isn't support feature yet :
https://github.com/awslabs/cloudwatch-logs-subscription-consumer/issues/18#issuecomment-246456407
Comments
Post a Comment