Kibana Scripted Field URL redirects to localhost

i'm trying a small example of scripted URL field in which I redirect to www.google.com, but some how the URL is being redirected to "http://localhost:5601/app/www.google.com"
Why is this happening?

@MariumHassan

This is most likely a problem of not having https:// at the beginning of your URL template. Should look something like:

https://www.google.com/search?q={{rawValue}}

2 Likes

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