# Health report of all plugins in ELK infra on kibana dashboard

**URL:** https://discuss.elastic.co/t/health-report-of-all-plugins-in-elk-infra-on-kibana-dashboard/39107
**Category:** Elasticsearch
**Created:** [January 13, 2016, 1:07pm UTC](https://discuss.elastic.co/t/health-report-of-all-plugins-in-elk-infra-on-kibana-dashboard/39107 "2016-01-13T13:07:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sampath\_methuku](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@sampath\_methuku](https://discuss.elastic.co/u/sampath_methuku)
#### Post date: [January 13, 2016, 1:07pm UTC](https://discuss.elastic.co/t/health-report-of-all-plugins-in-elk-infra-on-kibana-dashboard/39107/1 "2016-01-13T13:07:43Z")

</div>

Hi  
I have setup ELK stack on my dev evn, and pushing logs data from app-servers using file-beat . logstash running collecting filebeat output and indexing and pushing to elastic search.

I have around 20 app-servers and filebeat is running on each app-server. and 1 logstash instance and 1 elasticsearch instance and 1 kibana instance

every day i have to make sure that every component above infra is working fine , for that i have to login each app server for filebeat status and logstash status etc.. which is very time consuming task.

is there any plugin which monitor the health(and receives hear-beat ) of all component in ELK infra ,i.e health of all filebeats ,logstash ,elasticsearch .

it would be great helpful if, I can monitor status of all components (including filebeat ) status on kibana, and having alert if any of components goes down.

is there any way I can achieve this ?

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [January 13, 2016, 1:14pm UTC](https://discuss.elastic.co/t/health-report-of-all-plugins-in-elk-infra-on-kibana-dashboard/39107/2 "2016-01-13T13:14:28Z")

</div>

> every day i have to make sure that every component above infra is working fine , for that i have to login each app server for filebeat status and logstash status etc.. which is very time consuming task.

Well, it's also a very scriptable task.

> is there any plugin which monitor the health(and receives hear-beat ) of all component in ELK infra ,i.e health of all filebeats ,logstash ,elasticsearch .

I don't think there's a turn-key solution here. I'd look into using [Lovebeat](https://github.com/boivie/lovebeat) to fire an alarm when the frequency of logs received from a machine has dropped significantly.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:24pm UTC](https://discuss.elastic.co/t/health-report-of-all-plugins-in-elk-infra-on-kibana-dashboard/39107/3 "2017-07-05T23:24:54Z")

</div>


