We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9a84ef + 085a085 commit c84196bCopy full SHA for c84196b
ansible/roles/common/tasks/config.yml
@@ -111,7 +111,7 @@
111
vars:
112
log_direct_to_elasticsearch: >-
113
{{ ( enable_elasticsearch | bool or
114
- ( elasticsearch_address != kolla_internal_vip_address )) and
+ ( elasticsearch_address != kolla_internal_fqdn )) and
115
not enable_monasca | bool }}
116
fluentd_version: "{{ fluentd_labels.images.0.ContainerConfig.Labels.fluentd_version | default('0.12') }}"
117
# Inputs
releasenotes/notes/bug-1927880-cc407f18f415bbd2.yaml
@@ -0,0 +1,6 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes elasticsearch fluentd output being enabled when
5
+ elasticsearch is not enabled.
6
+ `LP#1927880 <https://launchpad.net/bugs/1927880>`__
0 commit comments