Merge "Allow Logstash node.name override"

This commit is contained in:
Zuul 2020-06-05 10:37:12 +00:00 committed by Gerrit Code Review
commit 599bf85303
2 changed files with 4 additions and 1 deletions

View File

@ -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 }}"

View File

@ -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
#