Repository: james-project
Updated Branches:
  refs/heads/3.2.x bf833c8f0 -> 3b932460f


JAMES-2592 Add the new elasticsearch.clusterName property in configuration files


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/23936bbd
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/23936bbd
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/23936bbd

Branch: refs/heads/3.2.x
Commit: 23936bbddb4d159d0cfc13dace4011dc7bf4e819
Parents: 219b961
Author: Antoine Duprat <adup...@linagora.com>
Authored: Tue Nov 13 17:47:10 2018 +0100
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Fri Dec 7 17:11:56 2018 +0100

----------------------------------------------------------------------
 .../cassandra/package/etc/james/templates/elasticsearch.properties  | 1 +
 .../guice/cassandra-ldap/destination/conf/elasticsearch.properties  | 1 +
 .../run/guice/cassandra/destination/conf/elasticsearch.properties   | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/23936bbd/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/elasticsearch.properties
----------------------------------------------------------------------
diff --git 
a/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/elasticsearch.properties
 
b/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/elasticsearch.properties
index cba4615..b2fd5de 100644
--- 
a/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/elasticsearch.properties
+++ 
b/dockerfiles/packaging/guice/cassandra/package/etc/james/templates/elasticsearch.properties
@@ -25,6 +25,7 @@ elasticsearch.port=9300
 
 # You can alternatively provide a list of hosts following this format :
 # elasticsearch.hosts=host1:9300,host2:9300
+# elasticsearch.clusterName=cluster
 
 elasticsearch.nb.shards=5
 elasticsearch.nb.replica=1

http://git-wip-us.apache.org/repos/asf/james-project/blob/23936bbd/dockerfiles/run/guice/cassandra-ldap/destination/conf/elasticsearch.properties
----------------------------------------------------------------------
diff --git 
a/dockerfiles/run/guice/cassandra-ldap/destination/conf/elasticsearch.properties
 
b/dockerfiles/run/guice/cassandra-ldap/destination/conf/elasticsearch.properties
index b50a335..56be160 100644
--- 
a/dockerfiles/run/guice/cassandra-ldap/destination/conf/elasticsearch.properties
+++ 
b/dockerfiles/run/guice/cassandra-ldap/destination/conf/elasticsearch.properties
@@ -25,6 +25,7 @@ elasticsearch.port=9300
 
 # You can alternatively provide a list of hosts following this format :
 # elasticsearch.hosts=host1:9300,host2:9300
+# elasticsearch.clusterName=cluster
 
 elasticsearch.nb.shards=5
 elasticsearch.nb.replica=1

http://git-wip-us.apache.org/repos/asf/james-project/blob/23936bbd/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties
----------------------------------------------------------------------
diff --git 
a/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties 
b/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties
index b50a335..56be160 100644
--- a/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties
+++ b/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties
@@ -25,6 +25,7 @@ elasticsearch.port=9300
 
 # You can alternatively provide a list of hosts following this format :
 # elasticsearch.hosts=host1:9300,host2:9300
+# elasticsearch.clusterName=cluster
 
 elasticsearch.nb.shards=5
 elasticsearch.nb.replica=1


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to