diff --git a/README.md b/README.md index 685fc95c3..5aef38ae5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Elastic Stack Kubernetes Helm Charts -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) diff --git a/apm-server/README.md b/apm-server/README.md index 9f0f0d61c..fa9f82c4a 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -1,5 +1,7 @@ # APM Server Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [APM Server Docker image][]. diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 1e622a627..3f0442d5d 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,5 +1,7 @@ # Elasticsearch Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. diff --git a/filebeat/README.md b/filebeat/README.md index 1249d9e35..f6368b220 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -1,5 +1,7 @@ # Filebeat Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. diff --git a/kibana/README.md b/kibana/README.md index 882c844b2..99ec1d09c 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -1,5 +1,7 @@ # Kibana Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. diff --git a/logstash/README.md b/logstash/README.md index 813eb545c..5090d49b1 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -1,5 +1,7 @@ # Logstash Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Logstash Docker image][]. diff --git a/metricbeat/README.md b/metricbeat/README.md index 1a415820d..cd834659c 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -1,5 +1,7 @@ # Metricbeat Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. @@ -206,9 +208,9 @@ same node. ### How do I get multiple beats agents working with hostNetworking enabled? -The default http port for multiple beats agents may be on the same port, for -example, Filebeats and Metricbeats both default to 5066. When `hostNetworking` -is enabled this will cause collisions when standing up the http server. The work +The default http port for multiple beats agents may be on the same port, for +example, Filebeats and Metricbeats both default to 5066. When `hostNetworking` +is enabled this will cause collisions when standing up the http server. The work around for this is to set `http.port` in the config file for one of the beats agent to use a different port.