not able to search with any attribute which are having .(dot) like env.cookieSize
NOT WORKING
------------------
index="ss-prd-dkp" "*price?sailingId=IC20240810¤cyIso=USD&categoryId=pt_internet" | spath status | search status=500 | spath "context.duration" | search "context.duration"="428.70000000006985"| spath "context.env.cookiesSize" | search "context.env.cookiesSize"=7670
WORKING
index="ss-prd-dkp" "*price?sailingId=IC20240810¤cyIso=USD&categoryId=pt_internet" | spath status | search status=500 | spath "context.duration" | search "context.duration"="428.70000000006985"
Let me know the solution for this
context: { [-]
duration: 428.70000000006985
env.automation-bot: false
env.cookiesSize: 7670
env.laneColor: blue
}
... View more