index=* youtube user | table _time, user, host, src, dest, bytes_in, bytes_out, url
This is my simple query. I would like to get result for some specific words from the observed youtube URL in results.
eg:
https://www.youtube.com/pyv_embed?video_id=nMqETeQrgqU&use_player=0&ad_type=watch_related&headline=John+Wick%3A+Chapter+2&image_url=https%3A//i4.ytimg.com/vi/nMqETeQrgqU/hqdefault.jpg&description1=Watch+The+Action-Packed+Trailer+Now&description2=%26+See+Keanu+Reeves+In+Theaters+2/10&format=300x250&rendering_experiments=ssv2
The above is the "result as per my query. How to do a specific word search in the URL? Like "movies", "keanu reeves" "trailer"
Just want to know, what kind of youtube URL the user has accessed.
... View more