Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting up new ES node:

Step 1:
Extract Stop Zephy Enterprise Server service.


Step 2:
On the new node, extract the files to your desired root location


Step 23:
In the config folder of the Elasticsearch root, you'll find a file named elasticsearch.yml. Edit this file and add these lines anywhere:
 

...

Code Block
languagejs
#transport|node
elastic.client=transport
transport.nodes=<NODE1_IP>:9300


Step 5:
Remove Elastic Search service from Zephyr node

Step 6:
Start Zephyr Enterprise Server Service. The first thing that should be done is to manually re-index Zephyr. Searches will not populate properly until this is done.


Back to Top ^