Matching a number beginning with 22

Hi
So I want to match numbers in Kibana for a field that begin with 22
But don't know what the regex pattern is can anyone help me to solve this please
Thanks
Jothini

Hi,
I usually use an interactive regex testers like e.g. https://regex101.com/ when I play around with regular expressions. That won't save you from learning something from any of the many online introductions though.
Regex is fun, so I don't want to spoil it too much :wink:

Hi
I tried ^22 didn't work does Kibana have limited functionality for regex?

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