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
Libbeat: add_kubernetes_metadata is missing field declaration for kubernetes.replicaset, which causes test exception as follows: raise Exception("Key '{}' found in event is not documented!".format(key))
Exception: Key 'kubernetes.replicaset.name' found in event is not documented!
The text was updated successfully, but these errors were encountered:
Libbeat: add_kubernetes_metadata is missing field declaration for kubernetes.replicaset, which causes test exception as follows:
raise Exception("Key '{}' found in event is not documented!".format(key))
Exception: Key 'kubernetes.replicaset.name' found in event is not documented!
The text was updated successfully, but these errors were encountered: