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

Elasticsearch cluster

2025-03-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

1. Install Elasticsearch on two machines respectively.

Where 192.168.1.110 is set as the master node, and the elasticsearch.yml configuration is as follows

Cluster.name: my-applicationnode.name: node-111network.host: 192.168.1.110http.port: 9200http.cors.enabled: truehttp.cors.allow-origin: "*" node.master: truenode.data: truediscovery.zen.ping.unicast.hosts: ["192.168.1.110"]

The other machine: the ip bit 192.168.1.108 is configured as follows:

Cluster.name: my-applicationnode.name: node-102network.host: 192.168.1.108http.port: 9200http.cors.enabled: truehttp.cors.allow-origin: "*" node.master: falsenode.data: truediscovery.zen.ping.unicast.hosts: ["192.168.1.110"]

Start two machines separately

Visit head:

Master:

From:

Note:

If another machine directly copies the previous machine

After startup, it may appear:

[node-2] failed to send join request to master [{node-1} {WbcP0pC_T32jWpYvu5is1A} {2_LCVHx1QEaBZYZ7XQEkMg} {10.10.11.200} {10.10.11.200 WbcP0pC_T32jWpYvu5is1A 9300}], reason [[node-1] [10.10.11.200 node-1 9300] [internal:discovery/zen/join]]; nested: IllegalArgumentException [can't add node {node-2} {WbcP0pC_T32jWpYvu5is1A} {p-HCgFLvSFa]

Resolve:

The reason is: because the copied elasticsearch folder contains the node data of example 1 in the data file, you need to empty the file under the example 2 data file.

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

Internet Technology

Wechat

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

12
Report