Want more timely Centmin Mod News Updates?
Become a Member

Install Xenforo CentOS 7.x How To Install Elasticsearch 7.x for Xenforo

Discussion in 'Centmin Mod User Tutorials & Guides' started by Sunka, Mar 6, 2020.

  1. modder

    modder Member

    127
    16
    18
    Dec 6, 2019
    Ratings:
    +27
    Local Time:
    1:22 PM
    What should I enter for username and password? Do I need to use HTTPS if the ES server is installed in the same server as centimin?

    upload_2025-4-15_21-22-21.png

     
  2. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    7:22 AM
    1.29 x
    11.4
    If you installed ES correctly the username and password were shown in the install log.
     
  3. modder

    modder Member

    127
    16
    18
    Dec 6, 2019
    Ratings:
    +27
    Local Time:
    1:22 PM
    I think it's correctly installed.

    upload_2025-4-15_23-16-34.png

    But how can I retrieve the username and password? I can't use the HTTPS btw. It said connection problem with the server.
     
  4. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    7:22 AM
    1.29 x
    11.4
    You are using version 7. That doesn't come with https (by default) so you don't need to use it.

    ES8 supports https though.
     
  5. deltahf

    deltahf Premium Member Premium Member

    595
    270
    63
    Jun 8, 2014
    Ratings:
    +500
    Local Time:
    1:22 AM
    Just checking in to confirm this is still working to install ElasticSearch 7.17.28 on AlmaLinux 9. Thank you once again for this resource, @Sunka! :)

    Only one very minor issue with the commands in the guide:

    Code (Text):
    $ service elasticsearch start
    Starting elasticsearch: /etc/init.d/elasticsearch: line 99: daemon: command not found
    


    Of course, just use systemctl instead:

    Code (Text):
    $ systemctl start elasticsearch