summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-30 06:14:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 06:14:03 +0000
commit1b3d3c255f02227397ee2ebb54ea052dcb56a84b (patch)
tree3d5a64574a90962c67ed1442f23cc12868055ae7 /kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf
parent9eb41814bccb59068324d70adb143053f280974c (diff)
parent87d267d898a2942f29d031a30ba497e00bdb05ea (diff)
Merge "[CLAMP] upgrade for java11"
Diffstat (limited to 'kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf')
-rw-r--r--kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf b/kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf
index 2364e5548a..87c8f06e42 100644
--- a/kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf
+++ b/kubernetes/clamp/components/clamp-dash-logstash/resources/config/pipeline.conf
@@ -221,6 +221,7 @@ output {
if "error" in [tags] {
elasticsearch {
+ ilm_enabled => false
codec => "json"
{{- if .Values.global.aafEnabled }}
cacert => "{{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.clamp_ca_certs_pem }}"
@@ -237,6 +238,7 @@ output {
} else if "event-cl-aggs" in [tags] {
elasticsearch {
+ ilm_enabled => false
codec => "json"
hosts => ["${elasticsearch_base_url}"]
{{- if .Values.global.aafEnabled }}
@@ -255,6 +257,7 @@ output {
} else {
elasticsearch {
+ ilm_enabled => false
codec => "json"
hosts => ["${elasticsearch_base_url}"]
{{- if .Values.global.aafEnabled }}