Discover Centmin Mod today
Register Now

Elastic Search Install and Upgrade?

Discussion in 'Feature Requests & Suggestions' started by rdan, May 30, 2014.

  1. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    5:47 AM
    Mainline
    10.2
    Maybe as a new Menu or an Addon?
    Why not ? :)

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    7:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hehe, what would you folks be left with to do manually ? :)

    something to consider as an addon i suppose :)
     
  3. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:47 PM
  4. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    7:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    9:47 PM
    1.5.15
    MariaDB 10.2
  6. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:47 PM
    yum --enablerepo=axivo install elasticsearch is returning no elasticsearch now
     
  7. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    9:47 PM
    1.5.15
    MariaDB 10.2
    What version of Centos are you doing it on?
     
  8. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:47 PM
    This is on 7
     
  9. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    9:47 PM
    1.5.15
    MariaDB 10.2
    He's not done one that works on 7
     
  10. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:47 PM
    Gotcha.
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    7:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @BamaStangGuy @Matt yeah Axivo repo for CentOS 7 doesn't have all the packages than Axivo repo for CentOS 6 has. Sure @Floren is working on it :)

    @Andy had same problem and did test drive my Elasticsearch official YUM repo setup instructions for CentOS 7 I posted in first gist at elasticsearch 1.3.4 for centos 7 usage alternative to axivo yum. While it worked perfectly for me on CentOS 7, Andy did have some problems or conflicts as he previously tried manual Elasticsearch via Slavik's instructions on Xenforo forums. So your mileage my vary.

    Let me know how it goes :)
     
  12. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    3:47 PM
    No worries. Default search isn't that bad until an official one from Floren comes around.
     
  13. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    10:47 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    New version, just installed...

    Code:
    [root@tvor-ocean ~]# curl -XGET 'localhost:9200'
    {
      "name" : "Enchantress",
      "cluster_name" : "elastictvor",
      "version" : {
        "number" : "2.1.1",
        "build_hash" : "40e2c53a6b6c2972b3d13846e450e66f4375bd71",
        "build_timestamp" : "2015-12-15T13:05:55Z",
        "build_snapshot" : false,
        "lucene_version" : "5.3.1"
      },
      "tagline" : "You Know, for Search"
    }
     
  14. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    5:47 AM
    Mainline
    10.2
    Updated mine as well :)
    [​IMG]
     
  15. Xon

    Xon Active Member

    173
    61
    28
    Nov 16, 2015
    Ratings:
    +229
    Local Time:
    5:47 AM
    1.15.x
    MariaDB 10.3.x
    Rolling cluster updates are fun :)

    Even if re-balancing the Elastic Search cluster triggers CPU load alerts on Sufficient Velocity (but no noticeable impact to users).