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
An example would be this PR elastic/integrations#783 (commit f929437), which when running the generator will return:
suricata/eve test-eve-small.log:
[0] can't unmarshal event to check pipeline error: json: cannot unmarshal array into Go struct field .Error.Message of type string
Is it possible to add support for arrays/slices here as well?
The text was updated successfully, but these errors were encountered:
Certain modules has multiple error messages, so the error.message field returned might have more than a single value (an array of multiple values).
The code on this line: d74415f#diff-3a1cbf8695454ceffdb9bbb280ad58c06e82c70cdc8a420700b3804196fc8ce5R338
That was added with #290.
An example would be this PR elastic/integrations#783 (commit f929437), which when running the generator will return:
Is it possible to add support for arrays/slices here as well?
The text was updated successfully, but these errors were encountered: