Hello,
I installed the ELK Stack 8 on debian 12.
In the virtual machine i have Elasticsearch/Kibana/Logstash.
On my-srv-ip:5601, in the elastic dashboard, just below home, i dont have the menu : -kibana.
I just have :
- Analytics ; - Search ; -Observability ; -Security ;
Kibana is however running on the server. Is it normal ? should i add the kibana integration ?
I need it because i installed Filebeat on a rsyslog server. I want to send all the rsyslog on my ELK stack to analyze them with Kibana.
I modified the filebeat.yml with informations of ELK but I have the feeling Filebeat does not send anything.
setup.kibana:
host : "192.168.90.200:5601"
output.elasticsearch:
host: [192.168.90.200:9022"]
username: "elastic"
password: "..."
Thx in advance.
Kind regards,