Skip to content

Commit

Permalink
Add CLUSTER_NAME environment variable in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps authored Nov 10, 2017
1 parent e867833 commit e0438f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e0438f1

Please sign in to comment.