I'm trying to integrate the apt repositories into our setup according to http://www.elasticsearch.org/blog/apt-and-yum-repositories/ and http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html
A few days ago, apt would also give 403 for those repos. At this point they are giving 404s. Did I miss something or are the repos now unavailable? Thanks $ cat /etc/apt/sources.list.d/* deb http://packages.elasticsearch.org/elasticsearch/1.0/debian main stable deb http://packages.elasticsearch.org/logstash/1.3/debian main stable $ sudo apt-get update ... Err http://packages.elasticsearch.org main/stable amd64 Packages 404 Not Found Ign http://packages.elasticsearch.org main/stable Translation-en_US Ign http://packages.elasticsearch.org main/stable Translation-en Err http://packages.elasticsearch.org main/stable amd64 Packages 404 Not Found ... Ign http://packages.elasticsearch.org main/stable Translation-en_US Ign http://packages.elasticsearch.org main/stable Translation-en ... W: Failed to fetch http://packages.elasticsearch.org/elasticsearch/1.0/debian/dists/main/stable/binary-amd64/Packages 404 Not Found W: Failed to fetch http://packages.elasticsearch.org/logstash/1.3/debian/dists/main/stable/binary-amd64/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6ebb001e-ed99-414b-ae49-8dc6942d1c50%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
