Using KQL to query for number using regex

Hi all
I notices something when i try some query using KQL,
For example: i have 2 data like this 123.abc.deh and dhdk.abc.deh then when i write query for that like this
test: *.abc.deh then the only result return is dhdk.abc.deh, so how do i query to match both with regex in KQL
And i cant use regex query string because i need to use this in the siem detection and they do not have a way to input query string

Thank in advance

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.