You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.yml
and in turn generating various other artifacts.labels
example, to avoid the YAML interpreter interpreting it #782 Immediate need is to fixlabels
to double quote it, an each values inside, to fix an issue in Beatsexample:
contains directly an array or an object, rather than a scalar.The text was updated successfully, but these errors were encountered: