Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation steps of distributed search elasticsearch

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "installation steps of distributed search elasticsearch". The explanation in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian and go deep into it slowly to study and learn the "installation steps of distributed search elasticsearch" together.

stand-alone installations

Installation, I will focus on my own projects, I myself will focus on small projects, from deployment to downward

Installation steps:

1. Install jdk or jre, and then set the environment to change JAVA_HOME;

2. Download elasticsearch, unzip it, and go to my ubuntu 12.4 files directory under your project files

/home/kuvplus/elasticsearch

You can download it and upload it to a file and extract it from www.elasticsearch.org/download/

I'll switch to the upper path with the command

wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.tar.gz

./ bin/elasticsearch -f View status

Browser http://ip/9200

To run in foreground mode, execute

elasticsearch console

To run in background mode, perform:

elasticsearch start

To stop a running elasticsearch, execute

elasticsearch stop

To install elasticsearch into the system startup entry, execute:

elasticsearch install

To remove elasticsearch from the system startup entry, execute

elasticsearch remove

server installation

1. Download the service folder at https://github.com/elasticsearch/elasticsearch-servicewrapper and place it under\home\kuvplus\elasticsearch\bin;

You can modify files without suffixes to have the suffix exe according to your system situation, for example, if your system is linux_64, change elasticsearch-linux-x86-64 to elasticsearch-linux-x86-64.exe, obviously, 64-bit windows systems are not supported at present.

Thank you for reading, the above is the content of "installation steps of distributed search elasticsearch", after learning this article, I believe everyone has a deeper understanding of the installation steps of distributed search elasticsearch, and the specific use needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report