# Fields.servername not showing in kibana dashbaord

**URL:** https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571
**Category:** Kibana
**Created:** [August 28, 2017, 1:24pm UTC](https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571 "2017-08-28T13:24:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nsivabalan](https://avatars.discourse-cdn.com/v4/letter/n/a4c791/32.png) [@nsivabalan](https://discuss.elastic.co/u/nsivabalan)
#### Post date: [August 28, 2017, 1:24pm UTC](https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571/1 "2017-08-28T13:24:53Z")

</div>

Hi yall,

I have been using AWS ES service for kibana and all the clients running with filebeat and the logstash is forwarding the logs to ES.

Below is my filebeat configuration for your reference.

filebeat:  
prospectors:  
-  
input\_type: log  
paths:  
- /home/ubuntu/SSL/hybris/log/tomcat/console-\*.log  
fields:  
type: hybris\_console\_log  
environment: Production  
layer: App  
servername: ss-new-prod-customerfacing2  
document\_type: hybris\_console\_log

```
-
  input_type: log
  paths:
    - /home/ubuntu/SSL/hybris/log/tomcat/access.*.log
  fields:
     type: hybris_access_log
     environment: Production
     layer: App
     servername: ss-new-prod-customerfacing2
  document_type: hybris_access_log

```

output:  
logstash:  
hosts: ["10.7.3.210:5044"]  
bulk\_max\_size: 2048  
shipper:  
logging:  
to\_syslog: false  
to\_files: true  
files:  
path: /var/log/filebeat  
name: filebeat.log  
keepfiles: 7  
rotateeverybytes: 10485760 # = 10MB  
level: info

The same config with different value of the parameters have been configured in all servers. But some of the server names not showing in kibana dashboard.

![image](https://us1.discourse-cdn.com/elastic/original/3X/6/c/6c14a635fd134d50c5a08e62755f997d73b52f0e.png)

Here you can see in past 7 days logs it showing only 4 hostnames.

Kindly help me in this case if anyone knows. Thanks in advance.

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [August 28, 2017, 8:09pm UTC](https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571/2 "2017-08-28T20:09:02Z")

</div>

Hi

From your screenshot it appears that the column on the left only shows results from the most recent 500 entries, so it wont show servers. It just may not have all the servers because it's only checking 500 documents. The discover page only pulls down 500 documents by default. The quick counts are all calculated in the browser, so it doesn't have any more data than that  
Can you do a terms aggregation on `field.servername` with a `data table visualization` to get all the hosts? I think that is the way to get server names to show in the kibana dashboards. Hope this helps.

Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![nsivabalan](https://avatars.discourse-cdn.com/v4/letter/n/a4c791/32.png) [@nsivabalan](https://discuss.elastic.co/u/nsivabalan)
#### Post date: [September 5, 2017, 8:56am UTC](https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571/3 "2017-09-05T08:56:36Z")

</div>

Thanks for your inputs Rashmi.

---

<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: [October 3, 2017, 8:56am UTC](https://discuss.elastic.co/t/fields-servername-not-showing-in-kibana-dashbaord/98571/4 "2017-10-03T08:56:41Z")

</div>

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