In am currently setting up a workflow that requires a kubernetes filebeat instance that is running as a Deployment, StatefulSet or Pod.
Basic idea:
copy file to directory -> filebeat reads file -> logstash parse -> etc.
Is it possible to configure filebeat not to run as a DeamonSet ?