Below is the query I am trying to use to get the result but, its giving error for eval statement. Could anyone please help me here.
index="application_name" | spath logger | search logger=" logging.transcation.filter "| spath event | search event = "responseActivity"| search requestURI IN (/login,/api/v1/user/profile,/api/v1/app/version,/api/v1/user/profile/pickey,/api/v1/home/reseller/*) | eval requestURI=case((requestURI="/api/v1/home/reseller/*"), "/api/v1/homepage")
There is nothing wrong with the eval statement as you have shared it. Could there be a different eval statement in your query?
@ITWhisperer no this is only eval command I using here .