Logstash: How to install earlier version of logstash?

Created on 6 Apr 2016  路  3Comments  路  Source: elastic/logstash

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.

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"

All 3 comments

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"

Was this page helpful?
0 / 5 - 0 ratings