diff --git a/ansible/playbooks/roles/filebeat/templates/custom-chart-values.yml.j2 b/ansible/playbooks/roles/filebeat/templates/custom-chart-values.yml.j2 index 8c02342307..59280d5d70 100644 --- a/ansible/playbooks/roles/filebeat/templates/custom-chart-values.yml.j2 +++ b/ansible/playbooks/roles/filebeat/templates/custom-chart-values.yml.j2 @@ -95,8 +95,8 @@ filebeatConfig: - "https://{{hostvars[host]['ansible_default_ipv4']['address']}}:9200" {% endfor %} - username: logstash - password: {{ "'%s'" % logging_vars.specification.logstash_password | replace("'","''") }} + username: filebeatservice + password: {{ "'%s'" % logging_vars.specification.filebeatservice_password | replace("'","''") }} {# Controls the verification of certificates #} ssl.verification_mode: none