Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

add config for start multiple nodes on the same machine #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions config/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# custom config

# cluster.name: my_cluster
# node.name: lingyfh

# network.bind_host: 0.0.0.0
# network.publish_host: _en0:ipv4_

# transport.bind_host: 0.0.0.0
# transport.publish_host: _en0:ipv4_
# transport.tcp.compress: true
# ex: discovery.zen.ping.unicast.hosts: ["host1", "host2"]
# discovery.zen.ping.unicast.hosts: ["localhost"]
# discovery.zen.ping_timeout: 3s
# discovery.zen.ping_retries: 3

# script.inline: on
# script.indexed: on



# ======================== Elasticsearch Configuration =========================
#
# NOTE: Elasticsearch comes with reasonable defaults for most settings.
Expand Down