s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

Deploy on kubernetes #57

Closed odannyc closed 5 years ago

odannyc commented 5 years ago

I'm currently using Kubernetes to deploy filebeat to listen to my logs. I use this manifest file: https://github.com/elastic/beats/blob/master/deploy/kubernetes/filebeat-kubernetes.yaml

I would like to send my logs to kinesis via filebeat. How would I go about using awsbeats with my current setup?