commit | d39b35210140948c5f1f5bfa40d8971f21f2124e | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <gthouvenin@mirantis.com> | Thu Nov 17 10:49:58 2016 +0100 |
committer | Guillaume Thouvenin <gthouvenin@mirantis.com> | Thu Nov 17 13:41:24 2016 +0100 |
tree | 4a59575ed8fe979fdbd84b32561e74ed66020886 | |
parent | c1b410f21e752b47bcf4c0ac01608bf2ddf44fad [diff] [blame] |
Add an Elasticsearch client This patch adds a client. The client will be responsible to push new indexes and new templates to Elasticsearch.
diff --git a/metadata/service/client.yml b/metadata/service/client.yml new file mode 100644 index 0000000..1e5fbc1 --- /dev/null +++ b/metadata/service/client.yml
@@ -0,0 +1,6 @@ +applications: +- elasticsearch.client +parameters: + elasticsearch: + client: + enabled: true