File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
kolla/config/fluentd/output Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ kolla_docker_namespace: stackhpc-dev
8
8
# Kolla feature flag configuration.
9
9
kolla_enable_barbican : true
10
10
kolla_enable_blazar : true
11
- kolla_enable_caso : true
12
11
kolla_enable_central_logging : true
13
12
kolla_enable_cinder : true
14
13
kolla_enable_cloudkitty : true
Original file line number Diff line number Diff line change 1
1
{% raw %}
2
- {% if enable_caso | bool and inventory_hostname in groups['caso'] %}
3
- <match apel.events>
4
- @type copy
5
- <store>
6
- @type opensearch
7
- host { opensearch_address }}
8
- port {{ opensearch_port }}
9
- logstash_format true
10
- logstash_prefix apel
11
- flush_interval 15s
12
- </store>
13
- </match>
14
- {% endif %}
15
-
16
2
<match **>
17
3
@type copy
18
4
<store>
You can’t perform that action at this time.
0 commit comments