Verify Field Exists

{
    "query": {
        "bool": {
        "must": [{
            "exists": {
            "field": "msg.content.type"
            }
        }]
        }
    }
}