Hi everyone,
I am trying to come up with a Splunk regex search for detecting URIs of URLs.
What I am interested in is the last random character and length string after the forward slash of the URLs below:
txx.zlx.mam-bg.ru/avuTbur334vxasd
zlx.axa.babishop18.ml/aipiruqwbXasal2
My fast solution to this so far is:
`... | regex uri="^/[a-zA-Z0`-9]{8,20}$"
However, I am unable to verify if this works as I don't have access to the logs currently.
Any suggestions for improvement would be appreciated.
... View more