# Logstash 7.0.0 not indexing on Elasticsearch 7.0.0

**URL:** https://discuss.elastic.co/t/logstash-7-0-0-not-indexing-on-elasticsearch-7-0-0/179552
**Category:** Logstash
**Created:** [May 3, 2019, 2:40pm UTC](https://discuss.elastic.co/t/logstash-7-0-0-not-indexing-on-elasticsearch-7-0-0/179552 "2019-05-03T14:40:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kazenokoe](https://avatars.discourse-cdn.com/v4/letter/k/e495f1/32.png) [@kazenokoe](https://discuss.elastic.co/u/kazenokoe)
#### Post date: [May 3, 2019, 2:40pm UTC](https://discuss.elastic.co/t/logstash-7-0-0-not-indexing-on-elasticsearch-7-0-0/179552/1 "2019-05-03T14:40:53Z")

</div>

I'm running docker filebeat:7.0.0 =\> docker logstash:7.0.0 =\> docker elasticsearch 7.0.0 =\> docker kibana 7.0.0  
I can see the logs move from filebeat to logstash, but nothing from logstash to elasticsearch, no indexes at all.

but when i setup filebeat to send straight to elasticsearch, it works and I can see it's index. Help me please?

> cat logstash/logstash.conf  
> input {  
> beats {  
> port =\> 5044  
> }  
> }  
> output {  
> elasticsearch {  
> hosts =\> ["[http://elasticsearch:9200](http://elasticsearch:9200)"]  
> index =\> "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"  
> user =\>  
> password =\>  
> }

---

<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: [May 31, 2019, 2:40pm UTC](https://discuss.elastic.co/t/logstash-7-0-0-not-indexing-on-elasticsearch-7-0-0/179552/2 "2019-05-31T14:40:56Z")

</div>

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