aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/elasticsearch.yml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
committerMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
commited64b5edff15e702493df21aa3230b81593e6133 (patch)
treea4cb01fdaccc34930a8db403a3097c0d1e40914b /catalog-be/src/main/resources/elasticsearch.yml
parent280f8015d06af1f41a3ef12e8300801c7a5e0d54 (diff)
[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/elasticsearch.yml')
-rw-r--r--catalog-be/src/main/resources/elasticsearch.yml16
1 files changed, 11 insertions, 5 deletions
diff --git a/catalog-be/src/main/resources/elasticsearch.yml b/catalog-be/src/main/resources/elasticsearch.yml
index b4634c8213..71ccdbb8f5 100644
--- a/catalog-be/src/main/resources/elasticsearch.yml
+++ b/catalog-be/src/main/resources/elasticsearch.yml
@@ -1,17 +1,24 @@
-cluster.name: elasticsearch_1_5_2
-
+cluster.name: elasticsearch
+
+discovery.zen.ping.multicast.enabled: false
+discovery.zen.ping.unicast.enabled: true
discovery.zen.ping.unicast.hosts: elasticsearch_host
http.cors.enabled: true
-#plugin.types: "DeleteByQueryPlugin"
-#path.home: "/home/vagrant/catalog-be/config"
+
+path.home: "/home/vagrant/catalog-be/config"
elasticSearch.transportclient: true
transport.client.initial_nodes:
- elasticsearch_host:9300
+#shield.user: asdc:Aa12345
+#shield.ssl.keystore.path: "/vagrant/install/resources/catalog-be/keystore/es-client.jks"
+#shield.ssl.keystore.password: Aa123456
+#shield.transport.ssl: true
+
##################### Elasticsearch Configuration Example #####################
# This file contains an overview of various configuration settings,
@@ -157,7 +164,6 @@ index.number_of_replicas: 0
# Path to directory containing configuration (this file and logging.yml):
#
path.conf: /src/test/resources
-#path.home: /src/test/resources
# Path to directory where to store index data allocated for this node.
#