This issue mostly affects objects (like the example for labels). But it could also affect arrays, if for example we have an array that contains an unquoted NO, which would be interpreted by YAML as False, rather than the string "NO".
This issue not only affects the generated artifacts in the ECS repo, but also artifacts down the line, e.g. Beats starting from generated/beats/fields.ecs.yml and in turn generating various other artifacts.
This issue mostly affects objects (like the example for
labels). But it could also affect arrays, if for example we have an array that contains an unquotedNO, which would be interpreted by YAML as False, rather than the string "NO".This issue not only affects the generated artifacts in the ECS repo, but also artifacts down the line, e.g. Beats starting from
generated/beats/fields.ecs.ymland in turn generating various other artifacts.labelsexample, to avoid the YAML interpreter interpreting it #782 Immediate need is to fixlabelsto double quote it, an each values inside, to fix an issue in Beatsexample:contains directly an array or an object, rather than a scalar.