Hi everybody. Just tried to set up the repos for apt, but running into problems.
My sources.list
deb http://packages.elastic.co/logstash/2.2/debian stable main
When issuing an apt-update, apt will start and the it tries to connect endlessly to the elastic.co repo.
Hit http://ftp.de.debian.org jessie-updates/main Sources
Hit http://ftp.de.debian.org jessie/main Sources
Hit http://ftp.de.debian.org jessie/main amd64 Packages
Hit http://ftp.de.debian.org jessie/main Translation-en
Hit http://security.debian.org jessie/updates/main Sources
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://security.debian.org jessie/updates/main Translation-en
100% [Connecting to packages.elastic.co (2406:da00:ff00::b849:ba57)]
I added the key manually via apt-key add.
Any help appreciated..