Hi
I am adding the query to my dashboard and when i click on highlighted run search it is not taking to the search one.
after index and source the keyword search is *word:is:info:name:in:data:invok*..Not sure why it is not taking to search page
I still am completely confused. Why don't you forget XML and just describe the UI controls, and give some examles of what inputs you would use and how it would effect the searches produced.
Hi @nithys ,
let me understand: isthe issue that clicking on Run search your search doesn't start or that it doesn't run (no results)?
if the first case, please try to copy the search in a search dashboard and check if it runs.
if the issue is that you search doesn't run, debug it in a search dashboard.
What does it happen if you run your search without the where condition?
Ciao.
Giuseppe
It will work if i give the keyword as *init:data:invoke* runs in dashboard and also in the search of Edit search part.
but if i run *name:init:data:invoke* it runs in dashboard but not in particular Edit search
if it is *$entityToken:init:data:invoke* not running in dashboard nor in particular Edit search
My source is like below i want whatever "$entityToken$" value=name is ,i want it to assign to the keyword also in *$entityToken$:init:data:invoke*
ex
("/a/b/api-data-$stageToken$-name") *name:init:data:invoke*
<query>index=* source IN ("/a/b/api-data-$stageToken$-$entityToken$") *$entityToken$:init:data:invoke*
| eval identifier=coalesce('queryParams.identifier',
'event.queryStringParameters.identifier')
| eval msg=coalesce(msg, null)
| where isnotnull(identifier) and isnotnull(msg)
| stats count</query>