Self hosted ELK 9.0.2 records this mapping error from fleet-server running on an elastic-cluster-node once per minute:
"error.message": "elastic fail 400: document_parsing_exception: [1:207] object mapping for [local_metadata] tried to parse field [local_metadata] as object, but found a concrete value"
[...]
"service.type": [
"fleet-server"
],
"component.id": [
"fleet-server-default"
],
"host.os.version": [
"24.04.2 LTS (Noble Numbat)"
],
"host.os.name": [
"Ubuntu"
],
"log.level": [
"error"
],
"agent.name": [
"srv-elastic01"
],
"host.name": [
"srv-elastic01"
],
"event.agent_id_status": [
"verified"
],
"host.os.type": [
"linux"
],
"log.source": [
"fleet-server-default"
],
"input.type": [
"filestream"
[...]
and the Dashboard "[Elastic Agent] Concerning Agents" shows this message instead of the error message:
"message": "Eat bulk checkin error; Keep on truckin'"
Is this a known bug? Can we do anything to fix it ourselves?