You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/07/24 21:31:53 UTC

[atlas] branch master updated: ATLAS-3296: Correct elasticsearch hostname property in atlas-application.properties

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new a876e69  ATLAS-3296: Correct elasticsearch hostname property in atlas-application.properties
a876e69 is described below

commit a876e697c3c0c936e7efc33cecbe1e1c32a6be20
Author: Andrew <an...@outlook.com>
AuthorDate: Fri Jun 21 16:43:53 2019 -0700

    ATLAS-3296: Correct elasticsearch hostname property in atlas-application.properties
---
 distro/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distro/pom.xml b/distro/pom.xml
index dcdd55f..7159b16 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -68,7 +68,7 @@ atlas.graph.index.search.solr.wait-searcher=true
 #
 # Alternatively, the JanusGraph documentation provides some tips on how to secure Elasticsearch without additional
 # plugins: https://docs.janusgraph.org/latest/elasticsearch.html
-#atlas.graph.index.hostname=localhost
+#atlas.graph.index.search.hostname=localhost
 #atlas.graph.index.search.elasticsearch.client-only=true
         </graph.index.properties>
         <hbase.embedded>false</hbase.embedded>
@@ -165,7 +165,7 @@ atlas.graph.storage.lock.wait-time=300
                 </graph.storage.properties>
                 <graph.index.backend>elasticsearch</graph.index.backend>
                 <graph.index.properties>#ElasticSearch
-atlas.graph.index.hostname=localhost
+atlas.graph.index.search.hostname=localhost
 atlas.graph.index.search.elasticsearch.client-only=true
                 </graph.index.properties>
 		        <entity.repository.properties>atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository</entity.repository.properties>