Installation Kibana
Remember to include repo on rpm - same as elastic installation
Konfiguration
change following values
server.port: 5601
server.host: "localhost"
elasticsearch.hosts: ["https://localhost:9200"]
systemctl
Start the kibana-server with systemctl, enable it on startup.
firewall-cmd
Enable the connection to the elasticsearch-server by adding a port to the firewall (standard: 9200).
Enroll
To enroll kibana automatically generate an enrollment token on the elastic server. You have to utilize the elasticsearch-create-enrollment-token binary.
Browser
Log into the server with a browser under port 5601 e.g. (http://localhost:5601) and pass the enrollment token. After that a verification code ist requestet. Generate it on the elastic Server with the kibana-verification-code binary.
Detatched
You can run a browser detatched enrollment with the kibana-setup binary.