Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 862bb32

Browse files
author
Chris Wiechmann
committed
#74 Added the missing parameter LOGSTASH_NODE_NAME to env-sample
1 parent d580e53 commit 862bb32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

env-sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@ ELASTICSEARCH_CLUSTER_UUID=
235235
# LOGSTASH_HOSTS=logstash1:5044,logstash2:5044
236236
LOGSTASH_HOSTS=logstash:5044
237237

238+
# ----------------------------------------------------------------------------------------------
239+
# This parameter determines with which name a Logstash instance presents itself in Elastic
240+
# Stack Monitoring. If you run multiple Logstash instances, it is recommended to set this
241+
# parameter to identify the Logstash instances in the monitoring.
242+
# Used-By: Logstash
243+
# Defaults to Logstash 1
244+
# LOGSTASH_NODE_NAME=Logstash 2
245+
246+
238247
# ----------------------------------------------------------------------------------------------
239248
# Define JVM-Heap size for Logstash. Both values should be the same and not more than 6GB.
240249
# Defaults to -Xmx1g -Xms1g

0 commit comments

Comments
 (0)