ECS fields should be usable with TSDS. There are some metric fields defined in ECS. We want to use the ECS definition and add in metric_type, but this fails validation.
- name: host.disk.read.bytes
external: ecs
metric_type: gauge
file "packages/system/data_stream/diskio/fields/agent.yml" is invalid: field 0: type is required
ECS fields should be usable with TSDS. There are some metric fields defined in ECS. We want to use the ECS definition and add in
metric_type, but this fails validation.