ECS in avro format

Hi @ebeahan,
I did this, maybe it will be helpful for someone:

  1. csv with columns Field,Type,Example from fields.csv (generated by ECS tooling)
  2. some corrections of this csv (many examples were missing)
  3. csv->json conversion via CSV To JSON Converter
  4. InferAvroSchema created avro schema according to json
1 Like