34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
discovery.type: single-node
|
|
cluster.routing.allocation.disk.threshold_enabled: false
|
|
network.host: 0.0.0.0
|
|
# node.ml: false
|
|
xpack.ml.enabled: false
|
|
path:
|
|
data: /home/scripts/data
|
|
logs: /home/scripts/log
|
|
|
|
#----------------------- BEGIN SECURITY AUTO CONFIGURATION -----------------------
|
|
#
|
|
# The following settings, TLS certificates, and keys have been automatically
|
|
# generated to configure Elasticsearch security features on 30-01-2023 19:56:07
|
|
#
|
|
# --------------------------------------------------------------------------------
|
|
|
|
# Enable security features
|
|
xpack.security.enabled: false
|
|
|
|
xpack.security.enrollment.enabled: false
|
|
|
|
# Enable encryption for HTTP API client connections, such as Kibana, Logstash, and Agents
|
|
xpack.security.http.ssl:
|
|
enabled: false
|
|
keystore.path: certs/http.p12
|
|
|
|
# Enable encryption and mutual authentication between cluster nodes
|
|
xpack.security.transport.ssl:
|
|
enabled: false
|
|
verification_mode: certificate
|
|
keystore.path: certs/transport.p12
|
|
truststore.path: certs/transport.p12
|
|
#----------------------- END SECURITY AUTO CONFIGURATION -------------------------
|