2023-01-13 12:22:21 +01:00
|
|
|
# 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):
|
|
|
|
#
|
2023-10-14 14:22:12 +02:00
|
|
|
path.data: __DATA_DIR__
|
2023-01-13 12:22:21 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|