I want to install earlier version of logstash 2.2.2 instead of 2.2.3.
I tried installing logstash 2.2.2 using
"echo 'deb http://packages.elasticsearch.org/logstash/2.2/debian stable main' | sudo tee /etc/apt/sources.list.d/logstash.list"
but this does not works. Any idea how to install it.
sudo apt-get install logstash=2.2.2-1
See: http://askubuntu.com/questions/428772/how-to-install-specific-version-of-some-package/428778
Thanks @abcfy2!
@amodakvnera please join us at https://discuss.elastic.co/ or at #logstash on Freenode for troubleshooting help or general questions.
We reserve Github for confirmed bugs and feature requests :)
Thanks for the update, and sorry for the late response.
I tried and it worked. It is "sudo apt-get install logstash=1:2.2.2-1"
Most helpful comment
Thanks for the update, and sorry for the late response.
I tried and it worked. It is "sudo apt-get install logstash=1:2.2.2-1"