Use proper es schema in fluentd when use internal tls
Fix elasticsearch schema in fluentd when kolla_enable_tls_internal is true. Change-Id: I51286d2def7a762d569740c1abc5b924b682ad9d Closes-Bug: #1867481
This commit is contained in:
parent
fd2a5b2cf2
commit
6aceaee4ad
@ -39,7 +39,7 @@ common_services:
|
||||
#######################
|
||||
|
||||
fluentd_elasticsearch_path: ""
|
||||
fluentd_elasticsearch_scheme: "http"
|
||||
fluentd_elasticsearch_scheme: "{{ internal_protocol }}"
|
||||
fluentd_elasticsearch_user: ""
|
||||
fluentd_elasticsearch_password: ""
|
||||
fluentd_elasticsearch_ssl_version: "TLSv1_2"
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix elasticsearch schema in fluentd when ``kolla_enable_tls_internal`` is
|
||||
true.
|
Loading…
Reference in New Issue
Block a user