Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 58acb21

Browse files
author
Chris Wiechmann
committed
Update README.md
1 parent bf79e24 commit 58acb21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ Even if otherwise possible, it is recommended to deploy the individual component
114114

115115
#### Elasticsearch
116116

117-
Open the .env file and configure the ELASTICSEARCH_HOSTS. At this point please configured only one Elasticsearch node. You can start with a single node and add more nodes later. More about this topic Multi-Node Deployment later in the documenation.
118-
This URL is used by all Elasticsearch clients of the solution to establish communication.
119-
If you use an external Elasticsearch cluster, please specify the node(s).
117+
Open the `.env` file and configure the ELASTICSEARCH_HOSTS. At this point please configure only one Elasticsearch node. You can start with a single node and add more nodes later. More about this topic [Multi-Node Deployment](#setup-elasticsearch-multi-node) later in the documenation.
118+
This URL is used by all Elasticsearch clients (Logstash, API-Builder, Filebeat) of the solution to establish communication.
119+
If you use an external Elasticsearch cluster, please specify which node(s) that are given to you.
120120
Please keep in mind that the hostnames must be resolvable within the docker containers. You can also assign the cluster name here if the default: `axway-apim-elasticsearch` is not appropriate. Example:
121121
```
122122
ELASTICSEARCH_HOSTS=https://my-elasticsearch-host.com:9200
123-
ELASTICSEARCH_CLUSTERNAME=my-special-cluster-name
123+
ELASTICSEARCH_CLUSTERNAME=axway-apim-elasticsearch-prod
124124
```
125-
With the following command you initialize a new Elasticsearch Cluster which is going through an appropriate bootstrapping. Later you can add more nodes to this single node cluster. Please do not use the init extension to restart the node:
125+
With the following command you initialize a new Elasticsearch Cluster which is going through an appropriate bootstrapping. Later you can add more nodes to this single node cluster. Please do not use the init extension when restarting the node:
126126
```
127127
docker-compose -f elasticsearch/docker-compose.es01.yml -f elasticsearch/docker-compose.es01init.yml up -d
128128
```

0 commit comments

Comments
 (0)