Send only some fields of processor 'add_host_metadata'

Try using the drop_fields processor:

processors:
- add_host_metadata: ~
- drop_fields:
    fields: ["host.architecture", "host.containerized", "host.id", "host.os.name", "host.os.family", "host.os.version", "host.os.kernel"]