I have three linux server
1- core server, on this core server we have java application and this java application make two logs
a: user-hash.log
b: service-hash.log
I install filebeat on this linux sever and filebeat send logs tologstash on ELK server
2- ELK server: on elk server I have logstash, elasticsearch and kibana, logs from core server go to logstash and I can see logs on kibana
3- Zabbix server 7
I want from Zabbix server I want make dashboard and widget for java logs from ELK server,
I want way Zabbix server get all data from ELK server and make widget for example status code like 200 or 400
I want know How many status codes java application has and how I want average time for each status codes
I want zabbix get all endpoints from elk server and show me each endpoints status code, avg time and count
What is best solution for this?
I want Zabbix get all data from ELK server
1- core server, on this core server we have java application and this java application make two logs
a: user-hash.log
b: service-hash.log
I install filebeat on this linux sever and filebeat send logs tologstash on ELK server
2- ELK server: on elk server I have logstash, elasticsearch and kibana, logs from core server go to logstash and I can see logs on kibana
3- Zabbix server 7
I want from Zabbix server I want make dashboard and widget for java logs from ELK server,
I want way Zabbix server get all data from ELK server and make widget for example status code like 200 or 400
I want know How many status codes java application has and how I want average time for each status codes
I want zabbix get all endpoints from elk server and show me each endpoints status code, avg time and count
What is best solution for this?
I want Zabbix get all data from ELK server
Comment