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 enabled duplicate key detection when we read the results in
the system tests. This makes sure that if we ever have a duplicate key
like in elastic#5440 we will notice.
Part of elastic#5437.
* Catch duplicate keys in integration tests
This enabled duplicate key detection when we read the results in
the system tests. This makes sure that if we ever have a duplicate key
like in #5440 we will notice.
Part of #5437.
Initially reported on discuss, the bug is about adding two
@timestamp
keys when using JSON decoding on a doc that has a valid@timestamp
key in it.@timestamp
Catch duplicate keys in integration tests #5455MergeJSONFields
function to work withbeat.Event
instead ofcommon.MapStr
The text was updated successfully, but these errors were encountered: