Skip to content

Commit

Permalink
Use elasticsearch as a single node
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz authored Jan 11, 2017
1 parent 55ce960 commit 0f3f474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 5/config/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
network.host: 0.0.0.0
http.host: 0.0.0.0

# this value is required because we set "network.host"
# be sure to modify it appropriately for a production cluster deployment
discovery.zen.minimum_master_nodes: 1
# Uncomment the following lines for a production cluster deployment
#transport.host: 0.0.0.0
#discovery.zen.minimum_master_nodes: 1

0 comments on commit 0f3f474

Please sign in to comment.