Hello Daniel,
Regarding the official documentation from
OpenSearch DQL, there is no native support for regex. Despite this, you can use wildcard, boolean operators, and ranges operators that may help you retrieve the information you are trying to get.
You can find some examples in the
Wazuh documentation.
Let me know if it helps!