# How do I list all of the filebeat clients sending logs to a logstash instance?

**URL:** https://discuss.elastic.co/t/how-do-i-list-all-of-the-filebeat-clients-sending-logs-to-a-logstash-instance/251297
**Category:** Kibana
**Tags:** kql-kibana-query-language
**Created:** [October 7, 2020, 3:43pm UTC](https://discuss.elastic.co/t/how-do-i-list-all-of-the-filebeat-clients-sending-logs-to-a-logstash-instance/251297 "2020-10-07T15:43:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![deep9300](https://avatars.discourse-cdn.com/v4/letter/d/c89c15/32.png) [@deep9300](https://discuss.elastic.co/u/deep9300)
#### Post date: [October 7, 2020, 3:43pm UTC](https://discuss.elastic.co/t/how-do-i-list-all-of-the-filebeat-clients-sending-logs-to-a-logstash-instance/251297/1 "2020-10-07T15:43:42Z")

</div>

How do I list all of the filebeat clients sending logs to a logstash instance in my ELK cluster (5.6.16)? I want to get a list of these filebeat servers. Is there way to list them in Kibana? Currently if I query "host" in Kibana I only get 5 records in the "quick count" left side pane.

---

<div class="post-metadata">

### Author: ![cheiligers](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cheiligers/32/73114_2.png) [@cheiligers](https://discuss.elastic.co/u/cheiligers)
#### Post date: [October 7, 2020, 8:19pm UTC](https://discuss.elastic.co/t/how-do-i-list-all-of-the-filebeat-clients-sending-logs-to-a-logstash-instance/251297/2 "2020-10-07T20:19:06Z")

</div>

@deep9300 You can use Discover for this. Use the index that's of interest to you and add a column to the document view for the 'host.name', assuming that `host.name` is indexed as a keyword field.

---

<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: [November 4, 2020, 8:19pm UTC](https://discuss.elastic.co/t/how-do-i-list-all-of-the-filebeat-clients-sending-logs-to-a-logstash-instance/251297/3 "2020-11-04T20:19:13Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
