How to view cloudwatch log in Kibana after deploying via functionbeat

Hi, Noémi Ványi

Thank you always for your kind support.
I figured this issue out via below implementation.

- Create Trail
	Trail name : <My Trail Name>
	
	Data events (S3) : 
	Add S3 bucket : <Select the Created S3 bucket>
	
	Data events (Lambda) : 
	Add S3 bucket : <Select the Created Lambda function>

	Storage location
	Create a new S3 bucket : Check w/ No
	S3 bucket : <Select the Created S3 bucket>
	
- CloudWatch Logs(Enable after Creating Trail)
	Log group : <Input your created log group> 
	ex) /aws/lambda/my-lambda-function

	IAM role : <Select my IAM role>

After above setting,
I could find to add new log events in Lambda (cloudwatch) Subscripted log group and find log events in auto-created log group by functionbeat deploy.
As a result, I can create an index pattern on Elasticsearch service(Kibana).

But, Unfortunately
I met another issue on Kibana Descovery... :thinking: :thinking:
"No results match your search criteria"

I will create new discuss ticket about this, I would like to ask for your continued support.

Thanks and regards