Hi All,
I have following URI in my logs.
/svc/appName/1234567890/catalog/search/(status),
/svc/appName/1234567890/catalog/search/(info)
/svc/appName/1234567890/catalog/search/(update),
/svc/appName/1234567890/catalog/search/
where 1234567890 is user id. I would like to search for /svc/appName//catalog/search/.
I am using following to search
index=jboss sourcetype=jboss_tomcat_access_log /catalog/search/.
But it returns all of the above URIs.
How would I search for the exact URI for all the user ids?
Thank You!
↧