Join the community today
Register Now

Xenforo Elasticsearch Install for Xenforo

Discussion in 'Forum software usage' started by Sunka, Nov 27, 2015.

  1. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    7:56 AM
    1.9.10
    10.1.11
    Upgraded, and no problem.

     
  2. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    6:56 AM
    1.9.12
    10.0.23
    Have been using it at my site close to one week without issues..
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    As @RoldanLT said here, elasticsearch v2.3.0 is out there.
    Upgraded and working good, without errors for now on my forum. (y)

    Code:
    # yum clean all
    Loaded plugins: fastestmirror, priorities
    Cleaning repos: base elasticsearch-2.x epel extras mariadb remi-safe rpmforge
                  : updates
    Cleaning up everything
    Cleaning up list of fastest mirrors
    
    # yum update
    Loaded plugins: fastestmirror, priorities
    base                                                     | 3.6 kB     00:00    
    elasticsearch-2.x                                        | 2.9 kB     00:00    
    epel/x86_64/metalink                                     |  26 kB     00:00    
    epel                                                     | 4.3 kB     00:00    
    extras                                                   | 3.4 kB     00:00    
    mariadb                                                  | 2.9 kB     00:00    
    remi-safe                                                | 2.9 kB     00:00    
    rpmforge                                                 | 1.9 kB     00:00    
    updates                                                  | 3.4 kB     00:00    
    (1/10): base/7/x86_64/group_gz                             | 155 kB   00:00    
    (2/10): epel/x86_64/group_gz                               | 169 kB   00:00    
    (3/10): epel/x86_64/updateinfo                             | 523 kB   00:00    
    (4/10): extras/7/x86_64/primary_db                         | 101 kB   00:00    
    (5/10): elasticsearch-2.x/primary_db                       | 5.4 kB   00:00    
    (6/10): base/7/x86_64/primary_db                           | 5.3 MB   00:00    
    (7/10): updates/7/x86_64/primary_db                        | 3.2 MB   00:00    
    (8/10): epel/x86_64/primary_db                             | 3.9 MB   00:00    
    (9/10): mariadb/primary_db                                 |  18 kB   00:00    
    (10/10): remi-safe/primary_db                              | 363 kB   00:00    
    rpmforge/primary_db                                        | 125 kB   00:00    
    Determining fastest mirrors
    * base: mirror.de.leaseweb.net
    * epel: mirror.de.leaseweb.net
    * extras: mirror2.hs-esslingen.de
    * remi-safe: remi.schlundtech.de
    * rpmforge: mirror.de.leaseweb.net
    * updates: mirror.de.leaseweb.net
    227 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.2.1-1 will be updated
    ---> Package elasticsearch.noarch 0:2.3.0-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
    Package             Arch         Version         Repository               Size
    ================================================================================
    Updating:
    elasticsearch       noarch       2.3.0-1         elasticsearch-2.x        26 M
    
    Transaction Summary
    ================================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.3.0.rpm                                    |  26 MB   00:03    
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.3.0-1.noarch                                 1/2
      Cleanup    : elasticsearch-2.2.1-1.noarch                                 2/2
      Verifying  : elasticsearch-2.3.0-1.noarch                                 1/2
      Verifying  : elasticsearch-2.2.1-1.noarch                                 2/2
    
    Updated:
      elasticsearch.noarch 0:2.3.0-1                                              
    
    Complete!
    
    
    # systemctl daemon-reload
    # service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    
    # curl -XGET 'localhost:9200'
    {
      "name" : "xxxx",
      "cluster_name" : "xxx",
      "version" : {
        "number" : "2.3.0",
        "build_hash" : "xxxxxxxxxxxxx",
        "build_timestamp" : "2016-03-29T07:54:48Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.0"
      },
      "tagline" : "You Know, for Search"
    }
    
    Code:
    Elasticsearch Server:
    http://127.0.0.1:9200/xxx
    Version: 2.3.0
    Documents: 289,405 (177.6 MB)
    Index Updates: 9 (0.0289 seconds average)
    Searches: 60 (0.0383 seconds average)
    Fetches: 32 (0.0026 seconds average)
    
    Note that statistics will be reset if Elasticsearch is restarted or if the index is temporarily closed.
     
  4. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    elasticsearch 2.3.1. is out there

    Code:
    [root@tvor-ocean ~]# yum clean all
    Loaded plugins: fastestmirror, priorities
    Cleaning repos: base elasticsearch-2.x epel extras mariadb remi-safe rpmforge
                  : updates
    Cleaning up everything
    Cleaning up list of fastest mirrors
    [root@tvor-ocean ~]# yum update
    Loaded plugins: fastestmirror, priorities
    base                                                     | 3.6 kB     00:00    
    elasticsearch-2.x                                        | 2.9 kB     00:00    
    epel/x86_64/metalink                                     |  26 kB     00:00    
    epel                                                     | 4.3 kB     00:00    
    extras                                                   | 3.4 kB     00:00    
    mariadb                                                  | 2.9 kB     00:00    
    remi-safe                                                | 2.9 kB     00:00    
    rpmforge                                                 | 1.9 kB     00:00    
    updates                                                  | 3.4 kB     00:00    
    (1/10): epel/x86_64/group_gz                               | 169 kB   00:00    
    (2/10): base/7/x86_64/group_gz                             | 155 kB   00:00    
    (3/10): epel/x86_64/updateinfo                             | 526 kB   00:00    
    (4/10): base/7/x86_64/primary_db                           | 5.3 MB   00:00    
    (5/10): extras/7/x86_64/primary_db                         | 117 kB   00:00    
    (6/10): elasticsearch-2.x/primary_db                       | 5.8 kB   00:00    
    (7/10): epel/x86_64/primary_db                             | 4.0 MB   00:00    
    (8/10): updates/7/x86_64/primary_db                        | 3.9 MB   00:00    
    (9/10): remi-safe/primary_db                               | 363 kB   00:00    
    (10/10): mariadb/primary_db                                |  18 kB   00:00    
    rpmforge/primary_db                                        | 125 kB   00:00    
    Determining fastest mirrors
    * base: mirror.imt-systems.com
    * epel: mirror.23media.de
    * extras: mirror.netcologne.de
    * remi-safe: mirror5.layerjet.com
    * rpmforge: mirror.de.leaseweb.net
    * updates: mirror.de.leaseweb.net
    227 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.3.0-1 will be updated
    ---> Package elasticsearch.noarch 0:2.3.1-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
    Package             Arch         Version         Repository               Size
    ================================================================================
    Updating:
    elasticsearch       noarch       2.3.1-1         elasticsearch-2.x        26 M
    
    Transaction Summary
    ================================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.3.1.rpm                                    |  26 MB   00:03    
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.3.1-1.noarch                                 1/2
      Cleanup    : elasticsearch-2.3.0-1.noarch                                 2/2
      Verifying  : elasticsearch-2.3.1-1.noarch                                 1/2
      Verifying  : elasticsearch-2.3.0-1.noarch                                 2/2
    
    Updated:
      elasticsearch.noarch 0:2.3.1-1                                               
    
    Complete!
    [root@tvor-ocean ~]# systemctl daemon-reload
    You have new mail in /var/spool/mail/root
    [root@tvor-ocean ~]# service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    [root@tvor-ocean ~]# curl -XGET 'localhost:9200'
    {
      "name" : "Arno Stark",
      "cluster_name" : "elastictvor",
      "version" : {
        "number" : "2.3.1",
        "build_hash" : "bd980929010aef404e7cb0843e61d0665269fc39",
        "build_timestamp" : "2016-04-04T12:25:05Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.0"
      },
      "tagline" : "You Know, for Search"
    }
     
  5. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    elasticsearch 2.3.2. is out there

    Code:
    yum update
    Loaded plugins: fastestmirror, priorities
    base                                                     | 3.6 kB     00:00    
    elasticsearch-2.x                                        | 2.9 kB     00:00    
    epel/x86_64/metalink                                     |  21 kB     00:00    
    epel                                                     | 4.3 kB     00:00    
    extras                                                   | 3.4 kB     00:00    
    mariadb                                                  | 2.9 kB     00:00    
    remi-safe                                                | 2.9 kB     00:00    
    rpmforge                                                 | 1.9 kB     00:00    
    updates                                                  | 3.4 kB     00:00    
    (1/10): base/7/x86_64/group_gz                             | 155 kB   00:00    
    (2/10): epel/x86_64/group_gz                               | 169 kB   00:00    
    (3/10): epel/x86_64/updateinfo                             | 540 kB   00:00    
    (4/10): extras/7/x86_64/primary_db                         | 117 kB   00:00    
    (5/10): elasticsearch-2.x/primary_db                       | 6.1 kB   00:00    
    (6/10): base/7/x86_64/primary_db                           | 5.3 MB   00:00    
    (7/10): epel/x86_64/primary_db                             | 4.1 MB   00:00    
    (8/10): remi-safe/primary_db                               | 381 kB   00:00    
    (9/10): updates/7/x86_64/primary_db                        | 4.1 MB   00:00    
    (10/10): mariadb/primary_db                                |  18 kB   00:00    
    rpmforge/primary_db                                        | 125 kB   00:00    
    Determining fastest mirrors
    * base: mirror.imt-systems.com
    * epel: mirror.imt-systems.com
    * extras: mirror.23media.de
    * remi-safe: remi.schlundtech.de
    * rpmforge: mirror.de.leaseweb.net
    * updates: ftp.plusline.de
    225 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.3.1-1 will be updated
    ---> Package elasticsearch.noarch 0:2.3.2-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
    Package             Arch         Version         Repository               Size
    ================================================================================
    Updating:
    elasticsearch       noarch       2.3.2-1         elasticsearch-2.x        26 M
    
    Transaction Summary
    ================================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.3.2.rpm                                    |  26 MB   00:04    
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.3.2-1.noarch                                 1/2
      Cleanup    : elasticsearch-2.3.1-1.noarch                                 2/2
      Verifying  : elasticsearch-2.3.2-1.noarch                                 1/2
      Verifying  : elasticsearch-2.3.1-1.noarch                                 2/2
    
    Updated:
      elasticsearch.noarch 0:2.3.2-1                                              
    
    Complete!
    
    
    # systemctl daemon-reload
    
    # service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    
    # curl -XGET 'localhost:9200'
    {
      "name" : "xxx",
      "cluster_name" : "xxx",
      "version" : {
        "number" : "2.3.2",
        "build_hash" : "b9e4a6acad4008027e4038f6abed7f7dba346f94",
        "build_timestamp" : "2016-04-21T16:03:47Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.0"
      },
      "tagline" : "You Know, for Search"
    }

    Code:
    Elasticsearch Server: http://127.0.0.1:9200/xxx
    Version:2.3.2
    Documents:293,537 (176.6 MB)
    Index Updates:0
    Searches:0
    Fetches:0
    
    Note that statistics will be reset if Elasticsearch is restarted or if the index is temporarily closed.
     
  6. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Elasticsearch 2.3.3 is out there

    Code:
    yum update
    Loaded plugins: fastestmirror, priorities
    base                                                    | 3.6 kB     00:00     
    elasticsearch-2.x                                       | 2.9 kB     00:00     
    epel/x86_64/metalink                                    |  24 kB     00:00     
    extras                                                  | 3.4 kB     00:00     
    mariadb                                                 | 2.9 kB     00:00     
    rpmforge                                                | 1.9 kB     00:00     
    updates                                                 | 3.4 kB     00:00     
    elasticsearch-2.x/primary_db                              | 6.4 kB   00:00     
    Loading mirror speeds from cached hostfile
    * base: mirror.de.leaseweb.net
    * epel: mirror.de.leaseweb.net
    * extras: mirror2.hs-esslingen.de
    * rpmforge: mirror.de.leaseweb.net
    * updates: mirror.imt-systems.com
    219 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.3.2-1 will be updated
    ---> Package elasticsearch.noarch 0:2.3.3-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ===============================================================================
    Package             Arch         Version        Repository               Size
    ===============================================================================
    Updating:
    elasticsearch       noarch       2.3.3-1        elasticsearch-2.x        26 M
    
    Transaction Summary
    ===============================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.3.3.rpm                                   |  26 MB   00:03     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.3.3-1.noarch                                1/2
      Cleanup    : elasticsearch-2.3.2-1.noarch                                2/2
      Verifying  : elasticsearch-2.3.3-1.noarch                                1/2
      Verifying  : elasticsearch-2.3.2-1.noarch                                2/2
    
    Updated:
      elasticsearch.noarch 0:2.3.3-1                                               
    
    Complete!
    You have new mail in /var/spool/mail/root
    
    # systemctl daemon-reload
    
    # service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    
    # curl -XGET 'localhost:9200'
    {
      "name" : "xxx",
      "cluster_name" : "xxx",
      "version" : {
        "number" : "2.3.3",
        "build_hash" : "xxx",
        "build_timestamp" : "2016-05-17T15:40:04Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.0"
      },
      "tagline" : "You Know, for Search"
    }
    Code:
    Elasticsearch Server: http://127.0.0.1:9200/xxx
    Version:2.3.3
    Documents:295,976 (178.1 MB)
    Index Updates:6 (0.0455 seconds average)
    Searches:255 (0.0054 seconds average)
    Fetches:25 (0.0076 seconds average)
    
    Note that statistics will be reset if Elasticsearch is restarted or if the index is temporarily closed.
     
  7. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Elasticsearch 2.3.4 is out there
     
  8. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Elasticsearch 2.3.5 is out there

     
  9. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    12:56 PM
    Mainline
    10.2
    Then I will not update for this released :D.
     
  10. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Elasticsearch 2.4.0 is out there

    Release notes


    Code:
    # yum update
    Loaded plugins: fastestmirror, priorities
    base                                                    | 3.6 kB     00:00     
    elasticsearch-2.x                                       | 2.9 kB     00:00     
    epel/x86_64/metalink                                    |  24 kB     00:00     
    epel                                                    | 4.3 kB     00:00     
    extras                                                  | 3.4 kB     00:00     
    mariadb                                                 | 2.9 kB     00:00     
    updates                                                 | 3.4 kB     00:00     
    (1/9): base/7/x86_64/group_gz                             | 155 kB   00:00     
    (2/9): elasticsearch-2.x/primary_db                       | 7.3 kB   00:00     
    (3/9): base/7/x86_64/primary_db                           | 5.3 MB   00:00     
    (4/9): epel/x86_64/group_gz                               | 170 kB   00:00     
    (5/9): extras/7/x86_64/primary_db                         | 160 kB   00:00     
    (6/9): epel/x86_64/updateinfo                             | 610 kB   00:00     
    (7/9): epel/x86_64/primary_db                             | 4.3 MB   00:00     
    (8/9): updates/7/x86_64/primary_db                        | 7.1 MB   00:00     
    (9/9): mariadb/primary_db                                 |  18 kB   00:00     
    Determining fastest mirrors
     * base: mirror.de.leaseweb.net
     * epel: mirror.imt-systems.com
     * extras: mirror.de.leaseweb.net
     * updates: mirror.imt-systems.com
    128 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.3.5-1 will be updated
    ---> Package elasticsearch.noarch 0:2.4.0-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ===============================================================================
     Package             Arch         Version        Repository               Size
    ===============================================================================
    Updating:
     elasticsearch       noarch       2.4.0-1        elasticsearch-2.x        26 M
    
    Transaction Summary
    ===============================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.4.0.rpm                                   |  26 MB   00:02     
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.4.0-1.noarch                                1/2
    warning: /etc/elasticsearch/elasticsearch.yml created as /etc/elasticsearch/elasticsearch.yml.rpmnew
    warning: /etc/sysconfig/elasticsearch created as /etc/sysconfig/elasticsearch.rpmnew
      Cleanup    : elasticsearch-2.3.5-1.noarch                                2/2
      Verifying  : elasticsearch-2.4.0-1.noarch                                1/2
      Verifying  : elasticsearch-2.3.5-1.noarch                                2/2
    
    Updated:
      elasticsearch.noarch 0:2.4.0-1                                               
    
    Complete!
    
    
    # systemctl daemon-reload
    
    # service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    
    # curl -XGET 'localhost:9200'
    {
      "name" : "Antiphon the Overseer",
      "cluster_name" : "xxxx",
      "version" : {
        "number" : "2.4.0",
        "build_hash" : "ce9f0c7394dee074091dd1bc4e9469251181fc55",
        "build_timestamp" : "2016-08-29T09:14:17Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.2"
      },
      "tagline" : "You Know, for Search"
    }
     
  11. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    thanks @Sunka for the heads up :)
     
  12. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Elasticsearch 2.4.1 is out there

    Release notes


    Code:
    # yum update
    Loaded plugins: fastestmirror, priorities
    base                                                    | 3.6 kB     00:00    
    elasticsearch-2.x                                       | 2.9 kB     00:00    
    epel/x86_64/metalink                                    |  25 kB     00:00    
    epel                                                    | 4.3 kB     00:00    
    extras                                                  | 3.4 kB     00:00    
    mariadb                                                 | 2.9 kB     00:00    
    updates                                                 | 3.4 kB     00:00    
    varnish-4.1                                             |  951 B     00:00    
    (1/3): elasticsearch-2.x/primary_db                       | 7.7 kB   00:00    
    (2/3): epel/x86_64/updateinfo                             | 629 kB   00:00    
    (3/3): epel/x86_64/primary_db                             | 4.2 MB   00:00    
    Loading mirror speeds from cached hostfile
     * base: mirror.ratiokontakt.de
     * epel: mirror.imt-systems.com
     * extras: repo.de.bigstepcloud.com
     * updates: repo.de.bigstepcloud.com
    130 packages excluded due to repository priority protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package elasticsearch.noarch 0:2.4.0-1 will be updated
    ---> Package elasticsearch.noarch 0:2.4.1-1 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ===============================================================================
     Package             Arch         Version        Repository               Size
    ===============================================================================
    Updating:
     elasticsearch       noarch       2.4.1-1        elasticsearch-2.x        26 M
    
    Transaction Summary
    ===============================================================================
    Upgrade  1 Package
    
    Total download size: 26 M
    Is this ok [y/d/N]: y
    Downloading packages:
    No Presto metadata available for elasticsearch-2.x
    elasticsearch-2.4.1.rpm                                   |  26 MB   00:02    
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Updating   : elasticsearch-2.4.1-1.noarch                                1/2 
      Cleanup    : elasticsearch-2.4.0-1.noarch                                2/2 
      Verifying  : elasticsearch-2.4.1-1.noarch                                1/2 
      Verifying  : elasticsearch-2.4.0-1.noarch                                2/2 
    
    Updated:
      elasticsearch.noarch 0:2.4.1-1                                              
    
    Complete!
    You have new mail in /var/spool/mail/root
    [root@tvor-ocean ~]# systemctl daemon-reload 
    [root@tvor-ocean ~]# service elasticsearch restart
    Restarting elasticsearch (via systemctl):                  [  OK  ]
    [root@tvor-ocean ~]# curl -XGET 'localhost:9200'
    {
      "name" : "Scott Washington",
      "cluster_name" : "xxx",
      "cluster_uuid" : "xGyycRxUT_ei76sc_drVTg",
      "version" : {
        "number" : "2.4.1",
        "build_hash" : "c67dc32e24162035d18d6fe1e952c4cbcbe79d16",
        "build_timestamp" : "2016-09-27T18:57:55Z",
        "build_snapshot" : false,
        "lucene_version" : "5.5.2"
      },
      "tagline" : "You Know, for Search"
    }
    
     
  13. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  14. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
  15. Xon

    Xon Active Member

    173
    61
    28
    Nov 16, 2015
    Ratings:
    +229
    Local Time:
    12:56 PM
    1.15.x
    MariaDB 10.3.x
  16. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    It is compatible now - XenForo Enhanced Search 1.1.6 Released | XenForo Community
    But, some addons are connected with enhanced search (Andys, yours..), and as far as I know, Andy's similiar thread plus addon is not compatible with ES 5.
    What with yours @Xon? Shoud we wait for upgrade or?
     
    Last edited: Nov 2, 2016
  17. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    why not just stick with ES 2.4.x until addons sort out ES 5.x compatibility ? :)
     
  18. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    That is what I will do exactly
     
  19. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:56 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Andy upgrade his addon.
    XenForo upgrade Enhanced Search addon too.
    @Xon will ElasticSearch Essentials 2.0.5 work with newest elasticsearch v5.0, or should we wait for new version?

    @eva2000 any simplier tutorial than this maybe you have for upgrading from 2.4 to 5.0?
     
  20. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Haven't looked at it as i am sticking with ES 2.4.x for now :)

    sounds like best way to upgrade from ES 2.4 to 5 is just wipe the index/data and install fresh and reindex again.

    if unsure, setup a test vps to do test upgrades before doing it on live server :)
     
    Last edited: Nov 2, 2016