fix(doc): Update branch in links to Elastic repos
This commit is contained in:
parent
0f93372ea4
commit
b11cc1cd7c
|
@ -19,9 +19,9 @@ the visualization power of Kibana.
|
|||
|
||||
Based on the official Docker images from Elastic:
|
||||
|
||||
* [Elasticsearch](https://github.com/elastic/elasticsearch/tree/master/distribution/docker)
|
||||
* [Logstash](https://github.com/elastic/logstash/tree/master/docker)
|
||||
* [Kibana](https://github.com/elastic/kibana/tree/master/src/dev/build/tasks/os_packages/docker_generator)
|
||||
* [Elasticsearch](https://github.com/elastic/elasticsearch/tree/main/distribution/docker)
|
||||
* [Logstash](https://github.com/elastic/logstash/tree/main/docker)
|
||||
* [Kibana](https://github.com/elastic/kibana/tree/main/src/dev/build/tasks/os_packages/docker_generator)
|
||||
|
||||
Other available stack variants:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
## Default Elasticsearch configuration from Elasticsearch base image.
|
||||
## https://github.com/elastic/elasticsearch/blob/master/distribution/docker/src/docker/config/elasticsearch.yml
|
||||
## https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/config/elasticsearch.yml
|
||||
#
|
||||
cluster.name: "docker-cluster"
|
||||
network.host: 0.0.0.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Filebeat configuration
|
||||
## https://github.com/elastic/beats/blob/master/deploy/docker/filebeat.docker.yml
|
||||
## https://github.com/elastic/beats/blob/main/deploy/docker/filebeat.docker.yml
|
||||
#
|
||||
|
||||
filebeat.config:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Metricbeat configuration
|
||||
## https://github.com/elastic/beats/blob/master/deploy/docker/metricbeat.docker.yml
|
||||
## https://github.com/elastic/beats/blob/main/deploy/docker/metricbeat.docker.yml
|
||||
#
|
||||
|
||||
metricbeat.config:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
## Default Kibana configuration from Kibana base image.
|
||||
## https://github.com/elastic/kibana/blob/master/src/dev/build/tasks/os_packages/docker_generator/templates/kibana_yml.template.ts
|
||||
## https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/templates/kibana_yml.template.ts
|
||||
#
|
||||
server.name: kibana
|
||||
server.host: 0.0.0.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
## Default Logstash configuration from Logstash base image.
|
||||
## https://github.com/elastic/logstash/blob/master/docker/data/logstash/config/logstash-full.yml
|
||||
## https://github.com/elastic/logstash/blob/main/docker/data/logstash/config/logstash-full.yml
|
||||
#
|
||||
http.host: "0.0.0.0"
|
||||
|
|
Loading…
Reference in New Issue