X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=ae2127d24d9c8ec0271c5bb1551818aa495bd323;hb=c0b5ae3da32a2ac942781c71684d7466741cee6a;hp=506cc05b205ab54745eb9c6a594acea6e9a60ee1;hpb=b10ad5f5b4e5aa8beccd8264e10553b7bd3373a6;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