Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 14, 2022 13:06
cluster.name: elasticsearch
path.data: d:/elastic/elasticsearch/data
path.logs: d:/elastic/elasticsearch/logs
network.host: 0.0.0.0
http.port: 9200
# disabled security
xpack.security.enabled: false
# changed to a single-node cluster
discovery.type: single-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment