NOT filter using a wildcard

Thank you for the reply, however this is not working. Please see query and screenshot:

{
"query": {
"match": {
"query.keyword": {
"query": "*98a911aa.cnr.io",
"type": "phrase",
"analyze_wildcard": true
}
}
}
}

Error I am receiving: Visualize: [parsing_exception] [match_phrase] query does not support [analyze_wildcard], with { line=1 & col=709 }

I followed that document to a T, created a query then went to edit DSL. Any suggestions?