Open
Description
The name of the indexer should be allocation_uuid
. That is how it is shown in the documentation at https://www.elastic.co/guide/en/beats/heartbeat/7.16/add-nomad-metadata.html#_fields_2.
The error that you get when trying to use the documented config is:
{
"log.level": "warn",
"@timestamp": "2022-01-07T14:52:37.228Z",
"log.origin": {
"file.name": "add_nomad_metadata/indexers.go",
"file.line": 55
},
"message": "Unable to find indexing plugin allocation_uuid",
"service.name": "filebeat",
"ecs.version": "1.6.0"
}
The affected code is: