add support of arm64 architecture for elasticsearch-logstash-kibana
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
		| @@ -46,7 +46,7 @@ After the application starts, navigate to below links in your web browser: | |||||||
|  |  | ||||||
| * Elasticsearch: [`http://localhost:9200`](http://localhost:9200) | * Elasticsearch: [`http://localhost:9200`](http://localhost:9200) | ||||||
| * Logstash: [`http://localhost:9600`](http://localhost:9600) | * Logstash: [`http://localhost:9600`](http://localhost:9600) | ||||||
| * Kibana: [`http://localhost:5601`](http://localhost:5601) | * Kibana: [`http://localhost:5601/api/status`](http://localhost:5601/api/status) | ||||||
|  |  | ||||||
| Stop and remove the containers | Stop and remove the containers | ||||||
| ``` | ``` | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| services: | services: | ||||||
|   elasticsearch: |   elasticsearch: | ||||||
|     image: elasticsearch:7.8.0 |     image: elasticsearch:7.14.2 | ||||||
|     container_name: es |     container_name: es | ||||||
|     environment: |     environment: | ||||||
|       discovery.type: single-node |       discovery.type: single-node | ||||||
| @@ -16,7 +16,7 @@ services: | |||||||
|     networks: |     networks: | ||||||
|       - elastic |       - elastic | ||||||
|   logstash: |   logstash: | ||||||
|     image: logstash:7.8.0 |     image: logstash:7.14.2 | ||||||
|     container_name: log |     container_name: log | ||||||
|     environment: |     environment: | ||||||
|       discovery.seed_hosts: logstash |       discovery.seed_hosts: logstash | ||||||
| @@ -35,7 +35,7 @@ services: | |||||||
|       - elastic |       - elastic | ||||||
|     command: logstash -f /usr/share/logstash/pipeline/logstash-nginx.config |     command: logstash -f /usr/share/logstash/pipeline/logstash-nginx.config | ||||||
|   kibana: |   kibana: | ||||||
|     image: kibana:7.8.0 |     image: kibana:7.14.2 | ||||||
|     container_name: kib |     container_name: kib | ||||||
|     ports: |     ports: | ||||||
|       - "5601:5601" |       - "5601:5601" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user