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 May 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ SSH in to the master node of the Docker Swarm cluster allocated to running Elast
49
49
*`cd docker-elastic`
50
50
51
51
* Deploy Elastic stack by running the following commands:
52
-
*`export ELASTIC_VERSION=6.3.2`
52
+
*`export ELASTIC_VERSION=6.4.0`
53
53
*`docker network create --driver overlay elastic`
54
54
*`docker stack deploy --compose-file docker-compose.yml elastic`_(This will deploy a reverse proxy, logstash, Kibana and 2x Elasticsearch instances in Master / data nodes configuration. Please note that Elasticsearch is configured to start as a global service which means data nodes will be scalled out automatically as soon as new nodes are added to the docker swarm cluster. Here is an explaination on various Elasticsearch cluster nodes: https://discuss.elastic.co/t/node-types-in-an-elasticsearch-cluster/25488)_
55
55
* Check status of the stack services by running the following commands:
@@ -62,7 +62,7 @@ SSH in to the master node of the Docker Swarm cluster allocated to running Elast
62
62
SSH in to the master node of the Docker Swarm cluster allocated to running containerized custom applicatins and beats. Clone this repo and change directory as per the instructions in the previous section
63
63
64
64
Execute the following commands to deploy filebeat and metricbeat:
65
-
*`export ELASTIC_VERSION=6.3.2`
65
+
*`export ELASTIC_VERSION=6.4.0`
66
66
*`docker network create --driver overlay elastic`
67
67
* Edit "filebeat-docker-compose.yml" file. Change environment variables for Kibana and Elasticseaerch hosts
68
68
*`docker stack deploy --compose-file filebeat-docker-compose.yml filebeat`_(Filebeat starts as a global service on all docker swarm nodes. It is only configured to picks up container logs for all services at '`/var/lib/docker/containers/*/*.log`' (container stdout and stderr logs) and forward thtem to Elasticsearch. These logs will then be available under filebeat index in Kibana. You will need to add additional configurations for other log locations. You may wish to read [Docker Reference Architecture: Docker Logging Design and Best Practices](https://success.docker.com/article/docker-reference-architecture-docker-logging-design-and-best-practices))_
0 commit comments