Kibana 8.0.0 not running

Hello friends, good morning

After installing kibana version 8.0.0, unfortunately, everything I do will not work

I already have a 7.16 kibana

Operating system: debian 11

Installation steps in order
1 => install kibana (sudo dpkg -i kibana.deb)
2 => sudo systemctl enable kibana.service
3 => sudo systemctl start kibana.service

After these steps, it is activated for one or two seconds and then deactivated

I did the kibana .yml settings

What is in your logs ? Any error messages from starting the service ?

starting the service log:

● kibana.service - Kibana
     Loaded: loaded (/lib/systemd/system/kibana.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sat 2022-02-12 16:51:11 +0330; 34min ago
       Docs: https://www.elastic.co
    Process: 2697 ExecStart=/usr/share/kibana/bin/kibana (code=exited, status=1/FAILURE)
   Main PID: 2697 (code=exited, status=1/FAILURE)
        CPU: 320ms

Feb 12 16:51:11 amir systemd[1]: kibana.service: Scheduled restart job, restart counter is>
Feb 12 16:51:11 amir systemd[1]: Stopped Kibana.
Feb 12 16:51:11 amir systemd[1]: kibana.service: Start request repeated too quickly.
Feb 12 16:51:11 amir systemd[1]: kibana.service: Failed with result 'exit-code'.
Feb 12 16:51:11 amir systemd[1]: Failed to start Kibana.

There is no log in the following file
/var/log/kibana.log

You need to check the systems logs, /var/log/messsages or /var/log/syslog, for any hint why kibana didn't started.

Or run the executable interactively from the command line and see what fails.