logstash-plugins/logstash-integration-kafka

logstash input kafka metadata not appending to filebeat metadata (inside kafka message)

apenen opened this issue · 1 comments

Logstash information:

  1. Version 7.10.2
  2. Installed with apt package manager
  3. Running logstash with Systemd
  4. Plugin Included

OS version
Linux inelkapts.lares.dsd 4.13.0-39-generic #44~16.04.1-Ubuntu SMP Thu Apr 5 16:43:10 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Description of the problem including expected versus actual behavior:
Logstash input kafka not appending [@metadata][kafka] (decorate_events true) to messages sent by filebeat (with @metadata inside)

Steps to reproduce:

  1. Filebeat reading json logs sending it to kafka topic
  2. Logstash input kafka from previous topic with decorate_events: true
  3. Debugging logstash with: stdout { codec => rubydebug { metadata => true } } only shows filebeat @metadata

No metadata on stdout... sorry