Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
a876e697
Commit
a876e697
authored
5 years ago
by
Andrew
Committed by
Sarath Subramanian
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3296: Correct elasticsearch hostname property in atlas-application.properties
parent
c9af474a
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pom.xml
distro/pom.xml
+2
-2
No files found.
distro/pom.xml
View file @
a876e697
...
@@ -68,7 +68,7 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -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
# Alternatively, the JanusGraph documentation provides some tips on how to secure Elasticsearch without additional
# plugins: https://docs.janusgraph.org/latest/elasticsearch.html
# 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
#atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
</graph.index.properties>
<hbase.embedded>
false
</hbase.embedded>
<hbase.embedded>
false
</hbase.embedded>
...
@@ -165,7 +165,7 @@ atlas.graph.storage.lock.wait-time=300
...
@@ -165,7 +165,7 @@ atlas.graph.storage.lock.wait-time=300
</graph.storage.properties>
</graph.storage.properties>
<graph.index.backend>
elasticsearch
</graph.index.backend>
<graph.index.backend>
elasticsearch
</graph.index.backend>
<graph.index.properties>
#ElasticSearch
<graph.index.properties>
#ElasticSearch
atlas.graph.index.hostname=localhost
atlas.graph.index.
search.
hostname=localhost
atlas.graph.index.search.elasticsearch.client-only=true
atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
</graph.index.properties>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment