def rule(event):
    if event.deep_get("EventID", default="") == 5101:
        return True
    return False
