# Filebeat -\> logstash -\> elastic -\> kibana succesfully connected each other .But i dont see any log from filebeat in kibana view. Also index created in elasticsearch when filebeat connected

**URL:** https://discuss.elastic.co/t/filebeat-logstash-elastic-kibana-succesfully-connected-each-other-but-i-dont-see-any-log-from-filebeat-in-kibana-view-also-index-created-in-elasticsearch-when-filebeat-connected/261114
**Category:** Elasticsearch
**Created:** [January 14, 2021, 10:59am UTC](https://discuss.elastic.co/t/filebeat-logstash-elastic-kibana-succesfully-connected-each-other-but-i-dont-see-any-log-from-filebeat-in-kibana-view-also-index-created-in-elasticsearch-when-filebeat-connected/261114 "2021-01-14T10:59:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Seymur855](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@Seymur855](https://discuss.elastic.co/u/Seymur855)
#### Post date: [January 14, 2021, 10:59am UTC](https://discuss.elastic.co/t/filebeat-logstash-elastic-kibana-succesfully-connected-each-other-but-i-dont-see-any-log-from-filebeat-in-kibana-view-also-index-created-in-elasticsearch-when-filebeat-connected/261114/1 "2021-01-14T10:59:23Z")

</div>

## ElasticSearch version :7.5.2 Kibana version : 7.5.2 Filebeat version: 7.6.0 Logstash version:7.10.1

filebeat.yml

filebeat.inputs:

- type: log  
enabled: true  
paths:
  - C:\ELASTIC\_KIBANA\filebeat-7.6.0-windows-x86\_64\log\*

output.logstash:

# The Logstash hosts

## hosts: ["localhost:5044"]

logstash.conf

input {  
beats {  
port =\> 5044  
}  
}

output {  
elasticsearch {  
hosts =\> ["[http://localhost:9200](http://localhost:9200)"]  
index =\> "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"  
#user =\> "elastic"  
#password =\> "changeme"  
}  
}

* * *

I tried directly send to elasticsearch from filebeat . i get same situation.  
Also all services are located on the same server.  
Please help.  
Thanks

---

<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: [February 11, 2021, 10:59am UTC](https://discuss.elastic.co/t/filebeat-logstash-elastic-kibana-succesfully-connected-each-other-but-i-dont-see-any-log-from-filebeat-in-kibana-view-also-index-created-in-elasticsearch-when-filebeat-connected/261114/2 "2021-02-11T10:59:33Z")

</div>

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