Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cluster.name: elasticsearch
node.name: ${HOSTNAME}

node.master: true
node.voting_only: false
node.data: true
node.ingest: true
node.ml: false
cluster.remote.connect: false
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
network.host: INSERT the Fully Qualified Domain Name (WAS_FQDN) to which the server listens
discovery.seed_hosts: ["WAS_FQDN"]
cluster.initial_master_nodes: ${HOSTNAME}
xpack.ml.enabled: false
xpack.security.enabled: false

...

server.port: 5601
server.host: "WAS_FQDN"
server.name: “wifimon"wifimon-kibana”kibana"
elasticsearch.hosts: [“http"http://WAS_FQDN:9200”9200"]

server.ssl.enabled: false

...

In /etc/kibana/kibana.yml, the following details should be added and Kibana should be restarted:

elasticsearch.hosts: ["https://WAS_FQDN:9200"]
elasticsearch.ssl.certificateAuthorities: [ "/etc/kibana/certs/ca.crt” crt" ]
elasticsearch.ssl.verificationMode: full

...