Christian Boltz bde8e1
include:
Christian Boltz bde8e1
  - role.common.wiki
Christian Boltz bde8e1
Christian Boltz 1580ae
apparmor:
Christian Boltz 1580ae
  profiles:
Christian Boltz 1580ae
    elasticsearch:
Christian Boltz 1580ae
      source: salt://profile/wikisearch/files/elasticsearch.apparmor
Christian Boltz 1580ae
Christian Boltz 1580ae
elasticsearch:
Christian Boltz 8b77f3
  pkg: elasticsearch6
Christian Boltz 0ce1f0
  use_repo: False
Christian Boltz 1580ae
  config:
Christian Boltz 1580ae
    node.name: ${HOSTNAME}
Christian Boltz 1580ae
    node.master: true
Christian Boltz 1580ae
    node.data: true
Christian Boltz 8b77f3
    path.data: /var/lib/elasticsearch
Christian Boltz 8b77f3
    path.logs: /var/log/elasticsearch
Christian Boltz 1580ae
    network.host: 0.0.0.0
Christian Boltz 1580ae
    http.port: 9200
Christian Boltz 1580ae
    http.enabled: true
Christian Boltz 1580ae
  sysconfig:
Christian Boltz 1580ae
    # elasticsearch-formula rewrites the sysconfig file from scratch, therefore we have to copy all of its contents here
Christian Boltz 8b77f3
    ES_PATH_CONF: /etc/elasticsearch
Christian Boltz 1580ae
    ES_STARTUP_SLEEP_TIME: 5
Christian Boltz 8b77f3
  version: 6.8.22