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/README.rst b/README.rst index 7e9ccce..1d85c54 100644 --- a/README.rst +++ b/README.rst
@@ -119,6 +119,20 @@ unit: days unit_count: 2 +Client setup +------------ + +Client with host and port + +.. code-block:: yaml + + elasticsearch: + client: + enabled: true + server: + host: elasticsearch.host + port: 9200 + Read more =========