Merge "Allow Logstash node.name override"
This commit is contained in:
commit
599bf85303
@ -102,3 +102,6 @@ logstash_collectd_buffer_size: 1452
|
||||
logstash_collectd_security_level: Sign
|
||||
# To enable security the auth file is required.
|
||||
#logstash_collectd_authfile: /etc/collectd/passwd
|
||||
|
||||
# Set the descriptive name by which Logstash is identified
|
||||
logstash_node_name: "{{ inventory_hostname }}"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
# Use a descriptive name for the node:
|
||||
#
|
||||
node.name: {{ inventory_hostname }}
|
||||
node.name: {{ logstash_node_name }}
|
||||
#
|
||||
# If omitted the node name will default to the machine's host name
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user