Update links to sources of base images
This commit is contained in:
parent
d697ac9dd5
commit
b63dc65ebb
10
README.md
10
README.md
|
@ -15,9 +15,9 @@ features](#how-to-disable-paid-features) to disable them). The [trial license][t
|
||||||
|
|
||||||
Based on the official Docker images from Elastic:
|
Based on the official Docker images from Elastic:
|
||||||
|
|
||||||
* [elasticsearch](https://github.com/elastic/elasticsearch-docker)
|
* [Elasticsearch](https://github.com/elastic/elasticsearch/tree/master/distribution/docker)
|
||||||
* [logstash](https://github.com/elastic/logstash-docker)
|
* [Logstash](https://github.com/elastic/logstash/tree/master/docker)
|
||||||
* [kibana](https://github.com/elastic/kibana-docker)
|
* [Kibana](https://github.com/elastic/kibana/tree/master/src/dev/build/tasks/os_packages/docker_generator)
|
||||||
|
|
||||||
Other available stack variants:
|
Other available stack variants:
|
||||||
|
|
||||||
|
@ -391,8 +391,8 @@ instead of `elasticsearch`.
|
||||||
[kbn-docker]: https://www.elastic.co/guide/en/kibana/current/docker.html
|
[kbn-docker]: https://www.elastic.co/guide/en/kibana/current/docker.html
|
||||||
[ls-docker]: https://www.elastic.co/guide/en/logstash/current/docker-config.html
|
[ls-docker]: https://www.elastic.co/guide/en/logstash/current/docker-config.html
|
||||||
|
|
||||||
[log4j-props]: https://github.com/elastic/logstash-docker/tree/master/build/logstash/config
|
[log4j-props]: https://github.com/elastic/logstash/tree/7.3/docker/data/logstash/config
|
||||||
[esuser]: https://github.com/elastic/elasticsearch-docker/blob/c2877ef/.tedi/template/bin/docker-entrypoint.sh#L9-L10
|
[esuser]: https://github.com/elastic/elasticsearch/blob/7.3/distribution/docker/src/docker/Dockerfile#L18-L19
|
||||||
|
|
||||||
[upgrade]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html
|
[upgrade]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
## Default Elasticsearch configuration from elasticsearch-docker.
|
## Default Elasticsearch configuration from Elasticsearch base image.
|
||||||
## from https://github.com/elastic/elasticsearch-docker/blob/master/.tedi/template/elasticsearch.yml
|
## https://github.com/elastic/elasticsearch/blob/master/distribution/docker/src/docker/config/elasticsearch.yml
|
||||||
#
|
#
|
||||||
cluster.name: "docker-cluster"
|
cluster.name: "docker-cluster"
|
||||||
network.host: 0.0.0.0
|
network.host: 0.0.0.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
## Default Kibana configuration from kibana-docker.
|
## Default Kibana configuration from Kibana base image.
|
||||||
## https://github.com/elastic/kibana-docker/blob/master/.tedi/template/kibana.yml.j2
|
## https://github.com/elastic/kibana/blob/master/src/dev/build/tasks/os_packages/docker_generator/templates/kibana_yml.template.js
|
||||||
#
|
#
|
||||||
server.name: kibana
|
server.name: kibana
|
||||||
server.host: "0"
|
server.host: "0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
## Default Logstash configuration from logstash-docker.
|
## Default Logstash configuration from Logstash base image.
|
||||||
## from https://github.com/elastic/logstash-docker/blob/master/build/logstash/config/logstash-full.yml
|
## https://github.com/elastic/logstash/blob/master/docker/data/logstash/config/logstash-full.yml
|
||||||
#
|
#
|
||||||
http.host: "0.0.0.0"
|
http.host: "0.0.0.0"
|
||||||
xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
||||||
|
|
Loading…
Reference in New Issue