1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elasticsearch8_ynh.git synced 2024-09-03 18:26:26 +02:00
elasticsearch8_ynh/conf/elasticsearch.yml
Éric Gaspar 30c4b3d1f9 v2
2023-10-14 14:22:12 +02:00

23 lines
588 B
YAML

# Bind ElasticSearch to the correct network interface. Use 0.0.0.0
# to include all available interfaces or specify an IP address
# assigned to a specific interface.
network.host: 127.0.0.1
#
# Set a custom port for HTTP:
#
http.port: __PORT__
#
# Path to directory where to store the data (separate multiple locations by comma):
#
path.data: __DATA_DIR__
#
# Unless you have already configured a cluster, you should set
# discovery.type to single-node, or the bootstrap checks will
# fail when you try to start the service.
discovery.type: single-node
xpack.security.enabled: false