Filebeat Sementation Fault on Centos8

Hello there,

I get a segmentation fault when trying to start Filebeat.
Tried v6.8.13 and 7.9.3

What I do :
Download Filebeat :

Extract and deploy to Linux VM

Change permissions to filebeat executable :

 chmod 770 filebeat

Start filebeat :

./filebeat -e -d "*"
Segmentation fault

My distro :

 **uname -a**
Linux LS94AEC10 4.18.0-193.14.2.el8_2.x86_64 #1 SMP Sun Jul 26 03:54:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

 **cat /etc/*release**
CentOS Linux release 8.2.2004 (Core) 
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"

CentOS Linux release 8.2.2004 (Core) 
CentOS Linux release 8.2.2004 (Core)   

This might also be usefull :

**file filebeat** 
filebeat: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, missing section headers

Any ideas?

Figured it out.

I unzipped in windows and then copied to linux.

When unzipping from within the linux VM the issue is not occuring.