Is there a problem w/ 2.3 repository?

Hello,

Is there a problem w/ 2.3 repository?

According to Elasticsearch doc:

Err http://packages.elastic.co stable/main amd64 Packages
404 Not Found [IP: 184.73.171.50 80]
W: Failed to fetch http://packages.elastic.co/elasticsearch/2.3/debian/dists/stable/main/binary-amd64/Packages 404 Not Found [IP: 184.73.171.50 80]

But it works w/ "2.x" instead of "2.3".

Is there a problem w/ 2.3 repository? Can we use it? If we can't, maybe update the doc.

Thibault

Hey,

turns out, our documentation is wrong here.

echo 'deb http://packages.elastic.co/elasticsearch/2.x/debian stable main' | tee /etc/apt/sources.list.d/elasticsearch-2.x.list

Reason for this is to have all the 2.x releases in one repo. Also make sure you delete the elasticsearch-2.3.list file again.

Sorry for the confusion. I will fix the docs!

--Alex