Empty @metadata fields when upgrading to 7.1.x

Hello,

I'm trying to upgrade my custom beat to 7.1.x (from 6.x) and encounter the issue that some fields of the @metadata json are empty:

"@metadata": {
"beat": "",
"type": "_doc",
"version": ""
},

I also tested creating a new beat (the countbeat in the developer guide) and experienced the same issue. Are there new config options for how to set this? I did not find anything in the documentation.

Could you please share the debug logs of your Beat?

Here you go: https://gist.github.com/boernd/d4caae8ad7c55a0e209481464c452846

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