X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=README.rst;h=1d85c546dd457be283f271f0681801f8524ca431;hp=7e9ccce455e46e13bd84fe9b82ccb29cd43f5ca9;hb=d39b35210140948c5f1f5bfa40d8971f21f2124e;hpb=911588c0a9c69234b52e26a8c37cfc66e4e42762 diff --git a/README.rst b/README.rst index 7e9ccce..1d85c54 100644 --- a/README.rst +++ b/README.rst @@ -119,6 +119,20 @@ Common definition for curator: 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 =========