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