You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,8 @@ Even if otherwise possible, it is recommended to deploy the individual component
183
183
184
184
Watch this video for a demonstration: [Setup Single Node Elasticsearch cluster](https://youtu.be/x-OdAdV2N7I)
185
185
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
+
186
188
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.
187
189
This URL is used by all Elasticsearch clients (Logstash, API-Builder, Filebeat) of the solution to establish communication.
188
190
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
225
227
226
228
Watch this video for a demonstration: [Setup Kibana](https://youtu.be/aLODAuXDMzY)
227
229
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
+
228
232
For Kibana all parameters are already stored in the .env file. Start Kibana with the following command:
229
233
```
230
234
docker-compose --env-file .env -f kibana/docker-compose.kibana.yml up -d
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.
0 commit comments