Set ElasticSearch as default infra log store 23/1423/1
authorFerenc Tóth <ferenc.2.toth@nokia.com>
Fri, 16 Aug 2019 20:51:24 +0000 (22:51 +0200)
committerFerenc Tóth <ferenc.2.toth@nokia.com>
Fri, 16 Aug 2019 21:08:35 +0000 (23:08 +0200)
Signed-off-by: Ferenc Tóth <ferenc.2.toth@nokia.com>
Change-Id: I2d8aed9ee1ed2ce9c6d262d0938c69a060f38273

.gitreview [new file with mode: 0644]
cmdatahandlers/src/cmdatahandlers/caas/config.py

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..2a1b8bb
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.akraino.org
+port=29418
+project=ta/config-manager
+defaultremote=origin
index 5cd0b9c..9bfa280 100644 (file)
@@ -29,7 +29,7 @@ BM_SOFT_EVICTION_THRESHOLD = "4Gi"
 VNF_EMBEDDED_HARD_EVICTION_THRESHOLD = "200Mi"
 BM_HARD_EVICTION_THRESHOLD = "2Gi"
 ADMIN_PWD_LENGTH = 20
-DEFAULT_CAAS_INFRA_LOG_TYPE = 'remote_syslog'
+DEFAULT_CAAS_INFRA_LOG_TYPE = 'elasticsearch'
 
 
 class Config(config.Config):