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

Commit 07d9763

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent f90c0f7 commit 07d9763

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ Even if otherwise possible, it is recommended to deploy the individual component
183183

184184
Watch this video for a demonstration: [Setup Single Node Elasticsearch cluster](https://youtu.be/x-OdAdV2N7I)
185185

186+
If you are using an existing Elasticsearch cluster, you can skip this section and go straight to [Logstash/Memcached and APIBuilder4Elastic](#logstash--api-builder--memcached).
187+
186188
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.
187189
This URL is used by all Elasticsearch clients (Logstash, API-Builder, Filebeat) of the solution to establish communication.
188190
If you use an external Elasticsearch cluster, please specify the node(s) that are given to you.
@@ -225,6 +227,8 @@ At this point you can already add the cluster UUID to the `.env` (`ELASTICSEARCH
225227

226228
Watch this video for a demonstration: [Setup Kibana](https://youtu.be/aLODAuXDMzY)
227229

230+
If you are using an existing Elasticsearch cluster, you can skip this section and go straight to [Logstash/Memcached and APIBuilder4Elastic](#logstash--api-builder--memcached).
231+
228232
For Kibana all parameters are already stored in the .env file. Start Kibana with the following command:
229233
```
230234
docker-compose --env-file .env -f kibana/docker-compose.kibana.yml up -d
@@ -248,6 +252,12 @@ API_MANAGER_USERNAME=elkAdmin
248252
API_MANAGER_PASSWORD=elastic
249253
```
250254

255+
If you are using an existing Elasticsearch cluster and have therefore skipped the previous two sections, please also configure the Elasticsearch hosts, any [necessary users](#activate-user-authentication) and the Elasticsearch [server CA](#custom-certificates) here.
256+
257+
```
258+
ELASTICSEARCH_HOSTS=https://my-existing-elasticsearch-host1.com:9200, https://my-existing-elasticsearch-host2.com:9200, https://my-existing-elasticsearch-host3.com:9200
259+
```
260+
251261
To start all three components the main Docker-Compose file is used:
252262
```
253263
docker-compose up -d

0 commit comments

Comments
 (0)