You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/03/19 17:19:39 UTC

[13/50] incubator-usergrid git commit: Fixes issue with cluster prefix configuration

Fixes issue with cluster prefix configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/aeb15e96
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/aeb15e96
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/aeb15e96

Branch: refs/heads/USERGRID-405
Commit: aeb15e96a9a98909c86bbc7e0ad6ba794a21ab1c
Parents: 8fa5c9f
Author: Todd Nine <tn...@apigee.com>
Authored: Wed Mar 11 11:56:52 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Wed Mar 11 11:56:52 2015 -0600

----------------------------------------------------------------------
 stack/awscluster/src/main/groovy/configure_usergrid.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/aeb15e96/stack/awscluster/src/main/groovy/configure_usergrid.groovy
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/groovy/configure_usergrid.groovy b/stack/awscluster/src/main/groovy/configure_usergrid.groovy
index 1f7140c..9274430 100644
--- a/stack/awscluster/src/main/groovy/configure_usergrid.groovy
+++ b/stack/awscluster/src/main/groovy/configure_usergrid.groovy
@@ -108,7 +108,7 @@ usergrid.write.cl=${writeConsistencyLevel}
 
 
 elasticsearch.cluster_name=${clusterName}
-elasticsearch.index_prefix=usergrid
+elasticsearch.index_prefix=${stackName}
 elasticsearch.hosts=${esnodes}
 elasticsearch.port=9300
 elasticsearch.number_shards=${esShards}