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.
hetzner-ansible/templates/connect-compact/config/elasticsearch/elasticsearch.yml.j2

11 lines
210 B
Django/Jinja

---
cluster.name: "{{ connect_id }}-elastic"
network.host: 0.0.0.0
discovery.type: single-node
xpack.security.enabled: true
xpack.license.self_generated.type: basic
xpack.monitoring.collection.enabled: true