Object mapping for [host] tried to parse field [host] as object, but found a concrete value

Host in the ECS spec is an object

so now it's

host:
  name: my hostname
  ip: 10.1.10.10

Where "host" encapsulates "host" related data.