Skip to content

Commit

Permalink
filebeat: fix template for k8s_as_cloud_service (#3247)
Browse files Browse the repository at this point in the history
Signed-off-by: cicharka <[email protected]>
  • Loading branch information
cicharka authored Aug 8, 2022
1 parent 49be9a8 commit 3941ca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3941ca1

Please sign in to comment.