In Kibana chart I want to filter all urls that start with string CANCELLED
so I wrote a regex: ^CANCELLED.*
but when I use filter in Discover tab then I notice that filter doesn't work properly because it also accepts urls with phrase CANCELLED
inside of an url.
Is it because Kibana regex uses other character than caret for the beginning of a string?