elastic / beats-docker

Official Beats Docker images
166 stars 55 forks source link

gzip: stdin: unexpected end of file #64

Closed stevebanik-ndsc closed 5 years ago

stevebanik-ndsc commented 5 years ago

Please post all questions and issues on https://discuss.elastic.co/c/beats before opening a Github Issue. Your questions will reach a wider audience there, and if we confirm that there is a bug, then you can open a new issue.

For security vulnerabilities please only send reports to security@elastic.co. See https://www.elastic.co/community/security for more information.

For confirmed bugs, please report:


 ---> Running in 1772f6cccee3

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c curl -Lso - https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-6.3.1-linux-x86_64.tar.gz |       tar zxf - -C /tmp &&     mv /tmp/auditbeat-6.3.1-linux-x86_64 /usr/share/auditbeat' returned a non-zero code: 2
make: *** [auditbeat] Error 2```
jarpy commented 5 years ago

Looks like a failed HTTP transfer.

$ curl -Lso - https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-6.3.1-linux-x86_64.tar.gz | tar -zxf - > /dev/null

$ echo $?
0