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.
stdout { codec => rubydebug { metadata => true } }
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.