Skip to content

Commit

Permalink
[FIX] Fix Beats endpoint definition (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipiazzg authored Apr 2, 2020
1 parent 60a534c commit aed55d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/templates/etc/filebeat/filebeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ setup.kibana:
#----------------------------- Logstash output --------------------------------
output.logstash:
# The Logstash hosts
hosts: "{{ beats_target_hosts }}"
hosts: {{ beats_target_hosts }}

# Optional SSL. By default is off.
# List of root certificates for HTTPS server verifications
Expand Down
2 changes: 1 addition & 1 deletion config/templates/etc/metricbeat/metricbeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ setup.kibana:
#----------------------------- Logstash output --------------------------------
output.logstash:
# The Logstash hosts
hosts: "{{ beats_target_hosts }}"
hosts: {{ beats_target_hosts }}

# Optional SSL. By default is off.
# List of root certificates for HTTPS server verifications
Expand Down

0 comments on commit aed55d0

Please sign in to comment.