-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from joelwurtz/patch-1
[RFC] Avoid boostrap check by not using elasticsearch in a cluster mode
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |