Hello,
Is there a problem w/ 2.3 repository?
According to Elasticsearch doc:
- I add the key w/ the command > wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | apt-key add -
- I add the repository w/ the command > echo 'deb http://packages.elastic.co/elasticsearch/2.3/debian stable main' | tee /etc/apt/sources.list.d/elasticsearch-2.3.list
- I update package lists w/ the command > apt-get update
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