From e0438f122192ed7116ecde806e219d93f628502c Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Fri, 10 Nov 2017 20:33:25 +0530 Subject: [PATCH] Add CLUSTER_NAME environment variable in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f41d52a..156cadc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ You can provide following environment variables to customize it. LOGSTASH_HOSTS=example.com:4083,example.com:4084 LOG_LEVEL=info # log level for filebeat. Defaults to "error". FILEBEAT_HOST=ip-a-b-c-d # custom "host" field. Refer following manifest to set it to k8s nodeName +CLUSTER_NAME=my_cluster # Kubernetes cluster name to identity if you have multiple clusters. Default value is "default". ``` The endpoints listed by `LOGSTASH_HOSTS` should be listening with the [Beats input plugin](https://www.elastic.co/guide/en/logstash/5.6/plugins-inputs-beats.html).