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

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


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

commit 54e75c25b0b4069b41ef21c1231ac6a157adb9f4
Author: Andrew <[email protected]>
AuthorDate: Fri Jun 21 16:43:53 2019 -0700

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

diff --git a/distro/pom.xml b/distro/pom.xml
index 42c6740..e416437 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>

Reply via email to