Changes

Jump to navigation Jump to search
220 bytes added ,  09:01, 26 November 2023
Line 7: Line 7:     
install elastic and dependencies (which are not explicits). You now need to choose the version you want ! 8.x, 7.x, 6.x, 5.x, 2 or 1
 
install elastic and dependencies (which are not explicits). You now need to choose the version you want ! 8.x, 7.x, 6.x, 5.x, 2 or 1
 +
 
  yum install elasticsearch java-1.8.0-openjdk  --enablerepo=elastic6.x
 
  yum install elasticsearch java-1.8.0-openjdk  --enablerepo=elastic6.x
 
allow updates
 
allow updates
 
  db yum_repositories setprop elastic6.x status enabled TCPPort 9200 access localhost
 
  db yum_repositories setprop elastic6.x status enabled TCPPort 9200 access localhost
 
  signal-event yum-modify
 
  signal-event yum-modify
 +
 +
if you wanted a specific release you can use versionlock
 +
yum install yum-plugin-versionlock -y
 +
yum install elasticsearch-7.10.2 java-1.8.0-openjdk  --enablerepo=elastic6.x
 +
yum versionlock  add elasticsearch-7.10.*
    
configure and start
 
configure and start
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu