diff --git a/initializer-starter/src/main/resources/application.yaml b/initializer-starter/src/main/resources/application.yaml
index 11d7eae1a4f54d4b7dfef3a71043132f32b0aab6..6c1b5f477dfae2dc928f11776474505c6e132942 100644
--- a/initializer-starter/src/main/resources/application.yaml
+++ b/initializer-starter/src/main/resources/application.yaml
@@ -3,4 +3,9 @@ spring:
name: schbrain-initializer
apollo:
bootstrap:
- namespaces: application,redis-common,jdbc-common
\ No newline at end of file
+ namespaces: application,redis-common,jdbc-common
+management:
+ metrics:
+ export:
+ elastic:
+ host: http://dev.elasticsearch.server.schbrain.com:9200
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 012379ca47bdba207a78cfe79840d3fb3f77066c..03b895161a07caf015834359fc33336bb141529a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.schbrain.framework
schbrain-parent
- 3.0.1-SNAPSHOT
+ 3.0.2-SNAPSHOT
com.schbrain