Hi Experts,
We got two AWS platforms, we are collecting cloudwatch vpcflow logs, one of them works perfectly, we created the inputs to collect the Cloudwatch VPCflow log directly (not using kinesis).
However another one does not collect any vpcflow logs, when we checked the _internal logs, it just keeps throwing
"Start to describe streams. region=ap-southeast-1, log_group=XXX",
"No data input has been configured.",
"Previous job of the same task still running. Exit current job." (after 10mins)
We checked the cloudwatch in AWS, the corresponding log groups do have logs, and the permissions are set correctly
Thanks