I wan to export the logs from Azure storage account to a Logstash. Seems like ELK doesn’t provide any plugin to export data from storage account to Logstash directly. They provide only Filebeat plugin. Because filebeat read offsets are store locally, Do i have to deploy FIlebeat as a statefulset to avoid multiple pods sending the duplicates?.