# Logstash upgrade 5.6.8 to 6.6.2 no new message into es

**URL:** https://discuss.elastic.co/t/logstash-upgrade-5-6-8-to-6-6-2-no-new-message-into-es/192666
**Category:** Logstash
**Created:** [July 29, 2019, 9:59am UTC](https://discuss.elastic.co/t/logstash-upgrade-5-6-8-to-6-6-2-no-new-message-into-es/192666 "2019-07-29T09:59:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mingv5](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mingv5/32/51122_2.png) [@mingv5](https://discuss.elastic.co/u/mingv5)
#### Post date: [July 29, 2019, 9:59am UTC](https://discuss.elastic.co/t/logstash-upgrade-5-6-8-to-6-6-2-no-new-message-into-es/192666/1 "2019-07-29T09:59:36Z")

</div>

I upgrade elastic-stack from 5.6.8 to 6.6.2,there is no new messages into elasticsearch indices . When I just rollback logstash to 5.6.8 use the same configuration file than elk is work

I try to delete index template

DELETE /\_template/logstash

but not work

logstash.conf:

input {  
kafka {  
bootstrap\_servers =\> "node1:9092,node2:9092"  
auto\_commit\_interval\_ms =\> "1000"  
max\_poll\_records =\> "100"  
session\_timeout\_ms =\> "30000"  
request\_timeout\_ms =\> "40000"  
group\_id =\> "logstash-662-2"  
topics =\> ["webv2\_pre\_iis"]  
decorate\_events =\> true  
consumer\_threads =\> 5  
codec =\> "json"  
}

}

output {  
if[kafka][topic] == "webv2\_pre\_iis" {  
elasticsearch {  
hosts =\> ["[http://node1:9200](http://node1:9200)","[http://node2:9200](http://node2:9200)","[http://node3:9200](http://node3:9200)"]  
index =\> "webv2-pre-iis-%{+YYYYMMdd}"  
}  
}

}

---

<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: [August 26, 2019, 10:00am UTC](https://discuss.elastic.co/t/logstash-upgrade-5-6-8-to-6-6-2-no-new-message-into-es/192666/2 "2019-08-26T10:00:07Z")

</div>

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