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.