github.com/koko1123/flow-go-1@v0.29.6/tools/kibana/conf/elasticsearch.yml (about)

     1  ---
     2  ## Default Elasticsearch configuration from elasticsearch-docker.
     3  ## from https://github.com/elastic/elasticsearch-docker/blob/master/.tedi/template/elasticsearch.yml
     4  #
     5  cluster.name: "docker-cluster"
     6  network.host: 0.0.0.0
     7  transport.host: 0.0.0.0
     8  
     9  ## Use single node discovery in order to disable production mode and avoid bootstrap checks
    10  ## see https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
    11  #
    12  discovery.type: single-node
    13  
    14