I have my ELK server setup on Ubuntu 16.xx (AWS EC2 instance). 1 - I need to monitor my AWS services (SNS, SQS, SES, Lambda, Ec2, S3 ELB CloudWatch .. etc.) 2 - how can I get the real-time logs from my aws service and post to my Kibana dashboard (is there any plugin/beat/integration api). are there community beats can help me to get the logs from AWS to ELK.
https://www.elastic.co/guide/en/beats/libbeat/current/community-beats.html
Thanks
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-cloudwatch.html
You probably want to use the Cloudwatch Logstash plugin and config it to pull that data into your elasticsearch, I believe is that is the easiest way to do this.