This section explains the installation and configuration of Elasticsearch (ES) in Windows.
...
Code Block | ||
---|---|---|
| ||
cluster.name: zephyr node.name: node-1 http.port: 9200 network.host: 192.168.0.1 xpack.security.enabled: true xpack.security.enrollment.enabled: true xpack.security.http.ssl: enabled: true keystore.path: certs/http.p12 xpack.security.transport.ssl: enabled: true verification_mode: certificate keystore.path: certs/transport.p12 truststore.path: certs/transport.p12 http.host: 0.0.0.0 indices.query.bool.max_clause_count: 9024 action.auto_create_index: ".watches,.triggered_watches,.watcher-history-*,-zephyr*,+*" |
6. Run https://localhost:9200 in browser with default user 'elastic'. Use the ES password that you got in the step4.
...
7. Install Zephyr by giving ES URL as https://localhost:9200
8. Upon successful Zephyr installation, stop the Zephyr and navigate to the {ZephyrDir}\tomcat\webapps\flex\WEB-INF\classes location.
...
8. Now install Zephyr with Elasticsearch URL http://localhost:9200
Install Elasticsearch on HTTPS (using id and secret key)
...
8. The <apiKey> would be base64 encoding of id:api_key i.e. base64 encoding of o3PG-n0Bf9efLymhVjzN:eR9bKD5OTeywOxovC7It2Q
. You can use online utility (Base64 Encode and Decode - Online) for base64 encoding.
9. Install the Zephyr application.
...