I want install Elasticsearch & Logstash of version 7.13.4 using RPM to perform some testing.
I am trying to install using using RPM package mentioned here: [Installing Logstash | Logstash Reference [7.16] | Elastic](https://Installing using YUM)
But, using those steps 7.16.2 version is getting installed, can you tell me what changes I need to do to install 7.13.4 version
You SHOULD install 7.16.2 as 7.13.4 is vulnerable to the log4j exploit that everyone has been talking about
However, if you REALLY want to then you can define the version you want to install with yum.
yum install logstash-7.13.4
root@aspsuv111:~# yum install logstash-7.13.4
...
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package logstash.x86_64 1:7.13.4-1 will be installed
1 Like
Thanks @AquaX for the solution, I will using this version for testing purpose to remove lookup.class from Logstash
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.