Elastic not indexing correctly. Showing "%{[@metadata][beat]}-

My elastic node is not indexing my filebeat correctly. The index is showing up as "%{[@metadata][beat]}-

I have attached all my configs for further investigation. Any help is appreciate it!

Input
http://pastebin.com/r9qz3cjX

filter
http://pastebin.com/2bPvq2cX

output
http://pastebin.com/mnSSj8Mj

I think you'll have more luck asking this in the beats section. Sorry!

What if you put a stdout and include metadata?
https://www.elastic.co/guide/en/logstash/current/plugins-codecs-rubydebug.html

Add a stdout { codec => rubydebug { metadata => true } } to the output section to show the event with metadata.