You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
352 B
YAML
12 lines
352 B
YAML
network.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
|
|
|
|
http.max_content_length: 1024mb
|
|
http.cors.enabled: true
|
|
http.cors.allow-origin: "*"
|
|
node.ingest: false
|
|
action.auto_create_index: false
|
|
bootstrap.memory_lock: true |