In regex_match function, we always use script pushdown as PPL supports Java Regex and DSL supports a different Lucene regex.
But majority of the use cases will have plain regex which could be supported in Lucene and if we can push these queries to DSL it would increase the query efficiency.
The ask of this issues to pushdown to DSL regexp query whenever possible in case of regex_match function.