When using the `Filter on property` functionality within tooltips in the map, if the property doesn't exist, the KQL filter is added as ``` source.domain: "undefined" ``` instead of ``` (NOT source.domain:*) ``` 
When using the
Filter on propertyfunctionality within tooltips in the map, if the property doesn't exist, the KQL filter is added asinstead of