Anchor | ||||
---|---|---|---|---|
|
Column |
---|
This section applies specifically to the Zephyr Enterprise Data Center product. The information below is generally used to ensure that system administrators can setting up Elastic Search for their new Zephyr Enterprise Data Center product instance.Installing and configuring |
...
Elastic Search is a requirement for using Zephyr Enterprise Data Center. |
...
This section provides step-by-step instructions for installing |
...
Elastic Search. The |
...
Elastic Search cluster will be setup under Transport mode.There are two different ways to configure |
...
Elastic Search.
|
...
|
...
|
...
If you are looking for a single, integrated database installation of Zephyr Enterprise, please refer to the Zephyr Enterprise Server installation guide. |
...
Prerequisites
...
- Ensure every node has Java JDK 8+ installed and environment variables setup for both JAVA_HOME and PATH
- Requires elasticsearch-1.5.2 or above
- Download Elasticsearch Elastic Search from here
- Download Elasticsearch Elastic Search from here
- Elasticsearch Elastic Search nodes can either be setup in the same system or on different servers, but they must not be on the same server as the Application nodes
- All nodes must be on the same network
Setting up
...
Elastic Search on the same nodes as Zephyr
...
Step 1:
Extract the files to your desired root location
...
For transport.nodes add the list of all Zephyr nodes with Elasticsearch
Setting up
...
Elastic Search on different server from Zephyr node
...
Setting up Server/Node 1:
...
Code Block | ||
---|---|---|
| ||
#transport|node elastic.client=transport transport.nodes=192.168.45.21:9300, 192.168.45.22:9300 |