Regex is not working in elastic version 2.1?

Ours is elastic version 2.1.1

{
"query": {
"bool": {
"must": {
"regexp": {
"message": "*SRVE0293E*"
}
}
}
}
}

Please let us know how to go about it...

Thanks in advance

Not enough reproduction information to really answer but my guess is that you should try with lowercase.

Thanks... lower case worked

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