X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=ae2127d24d9c8ec0271c5bb1551818aa495bd323;hb=392d41cdfc989d08cf5b79ea9a20e1f82665b447;hp=506cc05b205ab54745eb9c6a594acea6e9a60ee1;hpb=ecd35f117eb0118f9cbd96fe132a1c359214bfc7;p=aai%2Fsearch-data-service.git diff --git a/README.md b/README.md index 506cc05..ae2127d 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,20 @@ Create this file with exactly the contents below: _elastic-search.properties_ -This file tells the _Search Data Service_ how to communicate with the ElasticSearch data store which it will use for its back end. +This properties file configures the _Search Data Service_ for communication with ElasticSearch. The contents of this file will be determined by your ElasticSearch deployment: - es-cluster-name=<> - es-ip-address=<> - ex.http-port=9200 - + es.cluster-name=<> + es.ip-address=<> + es.http-port=9200 + # Optional parameters + es.uri-scheme=<> + es.trust-store=<> + es.trust-store-password=<> + es.key-store=<> + es.key-store-password=<> + es.auth-user=<> + es.auth-password=<> ##### Contents of the /opt/app/search-data-service/app-config/auth Directory