Need assistance in converting osquery queries from regexp_like() to regex_match()
I'm currently working with osquery and need some help in converting several queries that use regexp_like() to the equivalent regex_match() syntax. I have over 500 queries, and it's not practical to manually update each one. I am specifically working with ATC tables and need to use these queries in packs.
As an example, I have a query like this:
SELECT DISTINCT registry_key, act_timestamp FROM testregistry WHERE regexp_like (registry_key,...