# Filebeat 6.3.2 and logstash 6.2.3 does not work

**URL:** https://discuss.elastic.co/t/filebeat-6-3-2-and-logstash-6-2-3-does-not-work/146743
**Category:** Beats
**Tags:** filebeat
**Created:** [August 30, 2018, 4:15pm UTC](https://discuss.elastic.co/t/filebeat-6-3-2-and-logstash-6-2-3-does-not-work/146743 "2018-08-30T16:15:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vitassecuriti](https://avatars.discourse-cdn.com/v4/letter/v/898d66/32.png) [@vitassecuriti](https://discuss.elastic.co/u/vitassecuriti)
#### Post date: [August 30, 2018, 4:15pm UTC](https://discuss.elastic.co/t/filebeat-6-3-2-and-logstash-6-2-3-does-not-work/146743/1 "2018-08-30T16:15:34Z")

</div>

Someone checked the return compatibility of filebeat-6.3.2 and logstash 6.2.3 versions?

I have ELK a stack. Logstash accepts a stream, puts in redis and behind that from him sends Elasticsearch. Today I tried to adjust work of the applications stated above. Identical configs of filebeat result in different results. Filebeat 6.2.3 sends data to logstash 6.2.3 and I see them in Kibana. BUT Filebeat 6.3.2 doesn't send data with the same config as version 6.2.3

My config:

```auto
filebeat.prospectors:
- input_type: log
  paths:
     - /opt/app/applogs/logs/app-logstash.json.log
  json.keys_under_root: true
  json.add_error_key: true
  json.message_key: message
  json.overwrite_keys: true

output.logstash:
  hosts: ["logstashhost:5044"]

```

---

<div class="post-metadata">

### Author: ![steffens](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/steffens/32/79630_2.png) [@steffens](https://discuss.elastic.co/u/steffens)
#### Post date: [August 31, 2018, 4:46pm UTC](https://discuss.elastic.co/t/filebeat-6-3-2-and-logstash-6-2-3-does-not-work/146743/2 "2018-08-31T16:46:32Z")

</div>

Have you checked filebeat/logstash error logs?

How can you tell filebeat does not send logs? Do you check kibana only? Might be an index mapping error.

See breaking changes for 6.3 release: [https://www.elastic.co/guide/en/beats/libbeat/6.3/breaking-changes-6.3.html#breaking-changes-6.3](https://www.elastic.co/guide/en/beats/libbeat/6.3/breaking-changes-6.3.html#breaking-changes-6.3)

Normally filebeat versions index names, so there are no conflicts when upgrading filebeat. Might be you are hidding a mapping error due to breaking changes to the mappings, while trying to index into the same index.

---

<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: [September 28, 2018, 4:46pm UTC](https://discuss.elastic.co/t/filebeat-6-3-2-and-logstash-6-2-3-does-not-work/146743/3 "2018-09-28T16:46:36Z")

</div>

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